#02494E

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

Shades of Sherpa Blue #02494E

Tints of Sherpa Blue #02494E

Color information

#02494E (or 0x02494E) is unknown color: approx Sherpa Blue. HEX triplet: 02, 49 and 4E. RGB value is (2,73,78). Sum of RGB (Red+Green+Blue) = 2+73+78=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 73 (28.91% from 255 or 47.71% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #02494E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02494E is #FDB6B1. Grayscale: #343434. Windows color (decimal): -16627378 or 5130498. OLE color: 5130498.

HSL color Cylindrical-coordinate representation of color #02494E: hue angle of 183.95º 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 #02494E is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB27378-
CMYK0.970.0600.69
HSL183.95º95%15.69%-
HSV(B)183.95º97.44%30.59%-
XYZ3.785.338.04-
YUV52.34142.4892.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 73 (28.91% from 255) = 47.71%
BLUE value IS 78 (30.86% from 255) = 50.98%
R=1.31%
G=47.71%
B=50.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal273780.970.0600.69183.959515.69
Hex2494E616045b85f10
Octal21111161416010527013720
Binary101001001100111011000011100100010110111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02494E; }

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

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

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

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

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

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

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

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