#02414C

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

Shades of Sherpa Blue #02414C

Tints of Sherpa Blue #02414C

Color information

#02414C (or 0x02414C) is unknown color: approx Sherpa Blue. HEX triplet: 02, 41 and 4C. RGB value is (2,65,76). Sum of RGB (Red+Green+Blue) = 2+65+76=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 76 (30.08% from 255 or 53.15% from 143); Max value from RGB is 76 - color contains mainly: blue. Hex color #02414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02414C is #FDBEB3. Grayscale: #2F2F2F. Windows color (decimal): -16629428 or 4997378. OLE color: 4997378.

HSL color Cylindrical-coordinate representation of color #02414C: hue angle of 188.92º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02414C is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB26576-
CMYK0.970.1400.70
HSL188.92º94.87%15.29%-
HSV(B)188.92º97.37%29.8%-
XYZ3.224.327.5-
YUV47.42144.1395.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 65 (25.78% from 255) = 45.45%
BLUE value IS 76 (30.08% from 255) = 53.15%
R=1.40%
G=45.45%
B=53.15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal265760.970.1400.70188.9294.8715.29
Hex2414C61E046bd5ff
Octal210111414116010627513717
Binary101000001100110011000011110010001101011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02414C; }

 p { color: rgb(2,65,76); }

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

<style>
 a { background-color: #02414C; }

 a { background-color: rgb(2,65,76); }

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

<style>
 span { border-color: #02414C; }

 span { border-color: rgb(2,65,76); }

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