Html Css Color HEX #02404C Sherpa Blue

📋 copy color: '#02404C'

red 2 ◦ green 64 ◦ blue 76

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

Shades of Sherpa Blue #02404C

Tints of Sherpa Blue #02404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.07%

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

R = 1.41%
G = 45.07%
B = 53.52%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02404C (or 0x02404C) is known color: Sherpa Blue. HEX triplet: 02, 40 and 4C. RGB value is (2,64,76). Sum of RGB (Red+Green+Blue) = 2+64+76=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #02404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02404C is #FDBFB3. Grayscale: #2E2E2E. Windows color (decimal): -16629684 or 4997122. OLE color: 4997122.

HSL color Cylindrical-coordinate representation of color #02404C: hue angle of 189.73º 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 #02404C is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 64 76 -
CMYK 0.97 0.16 0 0.70
HSL 189.73º 0.95% 0.15% -
HSV(B) 189.73º 0.97% 0.3% -
XYZ 3.16 4.2 7.48 -
YUV 46.83 144.46 96.02 -
System Red Green Blue C M Y K H S L
Decimal 2 64 76 0.97 0.16 0 0.70 189.73 0.95 0.15
Hex 2 40 4C 61 10 0 46 BE 5F F
Octal 2 100 114 141 20 0 106 276 137 17
Binary 10 1000000 1001100 1100001 10000 0 1000110 10111110 1011111 1111

Color Harmonies of #02404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02404C

Black with #02404C

Text Example


Text Example

White with #02404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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