#02424F

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

Shades of Sherpa Blue #02424F

Tints of Sherpa Blue #02424F

Color information

#02424F (or 0x02424F) is unknown color: approx Sherpa Blue. HEX triplet: 02, 42 and 4F. RGB value is (2,66,79). Sum of RGB (Red+Green+Blue) = 2+66+79=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #02424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02424F is #FDBDB0. Grayscale: #303030. Windows color (decimal): -16629169 or 5194242. OLE color: 5194242.

HSL color Cylindrical-coordinate representation of color #02424F: hue angle of 190.13º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02424F is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB26679-
CMYK0.970.1600.69
HSL190.13º95.06%15.88%-
HSV(B)190.13º97.47%30.98%-
XYZ3.384.478.08-
YUV48.35145.394.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 66 (26.17% from 255) = 44.90%
BLUE value IS 79 (31.25% from 255) = 53.74%
R=1.36%
G=44.90%
B=53.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal266790.970.1600.69190.1395.0615.88
Hex2424F6110045be5f10
Octal210211714120010527613720
Binary10100001010011111100001100000100010110111110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02424F; }

 p { color: rgb(2,66,79); }

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

<style>
 a { background-color: #02424F; }

 a { background-color: rgb(2,66,79); }

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

<style>
 span { border-color: #02424F; }

 span { border-color: rgb(2,66,79); }

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