Html Css Color HEX #02485E Sherpa Blue

📋 copy color: '#02485E'

red 2 ◦ green 72 ◦ blue 94

#02485E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #02485E

Tints of Sherpa Blue #02485E

RGB

 RED value IS 2 (1.17% from 255) = 1.19%

 GREEN value IS 72 (28.52% from 255) = 42.86%

 BLUE value IS 94 (37.11% from 255) = 55.95%

R = 1.19%
G = 42.86%
B = 55.95%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02485E (or 0x02485E) is known color: Sherpa Blue. HEX triplet: 02, 48 and 5E. RGB value is (2,72,94). Sum of RGB (Red+Green+Blue) = 2+72+94=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #02485E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02485E is #FDB7A1. Grayscale: #353535. Windows color (decimal): -16627618 or 6178818. OLE color: 6178818.

HSL color Cylindrical-coordinate representation of color #02485E: hue angle of 194.35º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02485E is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 72 94 -
CMYK 0.98 0.23 0 0.63
HSL 194.35º 0.96% 0.19% -
HSV(B) 194.35º 0.98% 0.37% -
XYZ 4.36 5.46 11.41 -
YUV 53.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 2 72 94 0.98 0.23 0 0.63 194.35 0.96 0.19
Hex 2 48 5E 62 17 0 3F C2 60 13
Octal 2 110 136 142 27 0 77 302 140 23
Binary 10 1001000 1011110 1100010 10111 0 111111 11000010 1100000 10011

Color Harmonies of #02485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02485E

Black with #02485E

Text Example


Text Example

White with #02485E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02485E;
 }
 .AnyTagClassName
 {
   color: #02485E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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