Html Css Color HEX #02424C Sherpa Blue

📋 copy color: '#02424C'

red 2 ◦ green 66 ◦ blue 76

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

Shades of Sherpa Blue #02424C

Tints of Sherpa Blue #02424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.83%

 BLUE value IS 76 (30.08% from 255) = 52.78%

R = 1.39%
G = 45.83%
B = 52.78%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02424C (or 0x02424C) is known color: Sherpa Blue. HEX triplet: 02, 42 and 4C. RGB value is (2,66,76). Sum of RGB (Red+Green+Blue) = 2+66+76=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #02424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02424C is #FDBDB3. Grayscale: #2F2F2F. Windows color (decimal): -16629172 or 4997634. OLE color: 4997634.

HSL color Cylindrical-coordinate representation of color #02424C: hue angle of 188.11º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02424C is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 66 76 -
CMYK 0.97 0.13 0 0.70
HSL 188.11º 0.95% 0.15% -
HSV(B) 188.11º 0.97% 0.3% -
XYZ 3.28 4.43 7.52 -
YUV 48 143.8 95.19 -
System Red Green Blue C M Y K H S L
Decimal 2 66 76 0.97 0.13 0 0.70 188.11 0.95 0.15
Hex 2 42 4C 61 D 0 46 BC 5F F
Octal 2 102 114 141 15 0 106 274 137 17
Binary 10 1000010 1001100 1100001 1101 0 1000110 10111100 1011111 1111

Color Harmonies of #02424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02424C

Black with #02424C

Text Example


Text Example

White with #02424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,66,76); }

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

background-color css

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

 a { background-color: rgb(2,66,76); }

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

border-color css

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

 span { border-color: rgb(2,66,76); }

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