Html Css Color HEX #02404D Sherpa Blue

📋 copy color: '#02404D'

red 2 ◦ green 64 ◦ blue 77

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

Shades of Sherpa Blue #02404D

Tints of Sherpa Blue #02404D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 53.85%

R = 1.4%
G = 44.76%
B = 53.85%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02404D (or 0x02404D) is known color: Sherpa Blue. HEX triplet: 02, 40 and 4D. RGB value is (2,64,77). Sum of RGB (Red+Green+Blue) = 2+64+77=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 64 (25.39% from 255 or 44.76% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #02404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02404D is #FDBFB2. Grayscale: #2E2E2E. Windows color (decimal): -16629683 or 5062658. OLE color: 5062658.

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

Color convert

RGB 2 64 77 -
CMYK 0.97 0.17 0 0.70
HSL 190.4º 0.95% 0.15% -
HSV(B) 190.4º 0.97% 0.3% -
XYZ 3.2 4.22 7.67 -
YUV 46.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 2 64 77 0.97 0.17 0 0.70 190.4 0.95 0.15
Hex 2 40 4D 61 11 0 46 BE 5F F
Octal 2 100 115 141 21 0 106 276 137 17
Binary 10 1000000 1001101 1100001 10001 0 1000110 10111110 1011111 1111

Color Harmonies of #02404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02404D

Black with #02404D

Text Example


Text Example

White with #02404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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