#024962

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

Shades of Sherpa Blue #024962

Tints of Sherpa Blue #024962

Color information

#024962 (or 0x024962) is unknown color: approx Sherpa Blue. HEX triplet: 02, 49 and 62. RGB value is (2,73,98). Sum of RGB (Red+Green+Blue) = 2+73+98=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #024962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024962 is #FDB69D. Grayscale: #363636. Windows color (decimal): -16627358 or 6441218. OLE color: 6441218.

HSL color Cylindrical-coordinate representation of color #024962: hue angle of 195.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024962 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB27398-
CMYK0.980.2600.62
HSL195.62º96%19.61%-
HSV(B)195.62º97.96%38.43%-
XYZ4.615.6612.4-
YUV54.62152.4890.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 73 (28.91% from 255) = 42.20%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=1.16%
G=42.20%
B=56.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal273980.980.2600.62195.629619.61
Hex24962621A03Ec46014
Octal21111421423207630414024
Binary1010010011100010110001011010011111011000100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024962; }

 p { color: rgb(2,73,98); }

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

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

 a { background-color: rgb(2,73,98); }

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

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

 span { border-color: rgb(2,73,98); }

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