#01414A

Color #01414A Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #01414A

Tints of Sherpa Blue #01414A

Color information

#01414A (or 0x01414A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 41 and 4A. RGB value is (1,65,74). Sum of RGB (Red+Green+Blue) = 1+65+74=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #01414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01414A is #FEBEB5. Grayscale: #2E2E2E. Windows color (decimal): -16694966 or 4866305. OLE color: 4866305.

HSL color Cylindrical-coordinate representation of color #01414A: hue angle of 187.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01414A is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB16574-
CMYK0.990.1200.71
HSL187.4º97.33%14.71%-
HSV(B)187.4º98.65%29.02%-
XYZ3.144.287.14-
YUV46.89143.395.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 74 (29.30% from 255) = 52.86%
R=0.71%
G=46.43%
B=52.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal165740.990.1200.71187.497.3314.71
Hex1414A63C047bb61f
Octal110111214314010727314117
Binary11000001100101011000111100010001111011101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01414A; }

 p { color: rgb(1,65,74); }

 H1.HeaderClassName
 {
   color: #01414A;
 }
 .AnyTagClassName
 {
   color: #01414A;
 }
</style>
background-color css

<style>
 a { background-color: #01414A; }

 a { background-color: rgb(1,65,74); }

 div.DivClassName
 {
   background-color: #01414A;
 }
 .BgClassName
 {
   background-color: #01414A;
 }
</style>
border-color css

<style>
 span { border-color: #01414A; }

 span { border-color: rgb(1,65,74); }

 td.TdClassName
 {
   border-color: #01414A;
 }
 .TagClassName
 {
   border-color: #01414A;
 }
</style>