#02485A

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

Shades of Sherpa Blue #02485A

Tints of Sherpa Blue #02485A

Color information

#02485A (or 0x02485A) is unknown color: approx Sherpa Blue. HEX triplet: 02, 48 and 5A. RGB value is (2,72,90). Sum of RGB (Red+Green+Blue) = 2+72+90=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #02485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02485A is #FDB7A5. Grayscale: #343434. Windows color (decimal): -16627622 or 5916674. OLE color: 5916674.

HSL color Cylindrical-coordinate representation of color #02485A: hue angle of 192.27º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02485A is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB27290-
CMYK0.980.2000.65
HSL192.27º95.65%18.04%-
HSV(B)192.27º97.78%35.29%-
XYZ4.195.3910.49-
YUV53.12148.8191.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=1.22%
G=43.90%
B=54.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal272900.980.2000.65192.2795.6518.04
Hex2485A6214041c06012
Octal211013214224010130014022
Binary10100100010110101100010101000100000111000000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,72,90); }

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

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

 a { background-color: rgb(2,72,90); }

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

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

 span { border-color: rgb(2,72,90); }

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