Html Css Color HEX #02445C Sherpa Blue

📋 copy color: '#02445C'

red 2 ◦ green 68 ◦ blue 92

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

Shades of Sherpa Blue #02445C

Tints of Sherpa Blue #02445C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.98%

 BLUE value IS 92 (36.33% from 255) = 56.79%

R = 1.23%
G = 41.98%
B = 56.79%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02445C (or 0x02445C) is known color: Sherpa Blue. HEX triplet: 02, 44 and 5C. RGB value is (2,68,92). Sum of RGB (Red+Green+Blue) = 2+68+92=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #02445C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02445C is #FDBBA3. Grayscale: #323232. Windows color (decimal): -16628644 or 6046722. OLE color: 6046722.

HSL color Cylindrical-coordinate representation of color #02445C: hue angle of 196º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02445C is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 68 92 -
CMYK 0.98 0.26 0 0.64
HSL 196º 0.96% 0.18% -
HSV(B) 196º 0.98% 0.36% -
XYZ 4.02 4.92 10.86 -
YUV 51 151.13 93.05 -
System Red Green Blue C M Y K H S L
Decimal 2 68 92 0.98 0.26 0 0.64 196 0.96 0.18
Hex 2 44 5C 62 1A 0 40 C4 60 12
Octal 2 104 134 142 32 0 100 304 140 22
Binary 10 1000100 1011100 1100010 11010 0 1000000 11000100 1100000 10010

Color Harmonies of #02445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02445C

Black with #02445C

Text Example


Text Example

White with #02445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02445C; }

 p { color: rgb(2,68,92); }

 H1.HeaderClassName
 {
   color: #02445C;
 }
 .AnyTagClassName
 {
   color: #02445C;
 }
</style>

background-color css

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

 a { background-color: rgb(2,68,92); }

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

border-color css

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

 span { border-color: rgb(2,68,92); }

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