Html Css Color HEX #02474C Sherpa Blue

📋 copy color: '#02474C'

red 2 ◦ green 71 ◦ blue 76

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

Shades of Sherpa Blue #02474C

Tints of Sherpa Blue #02474C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.65%

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

R = 1.34%
G = 47.65%
B = 51.01%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#02474C (or 0x02474C) is known color: Sherpa Blue. HEX triplet: 02, 47 and 4C. RGB value is (2,71,76). Sum of RGB (Red+Green+Blue) = 2+71+76=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #02474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02474C is #FDB8B3. Grayscale: #323232. Windows color (decimal): -16627892 or 4998914. OLE color: 4998914.

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

Color convert

RGB 2 71 76 -
CMYK 0.97 0.07 0 0.70
HSL 184.05º 0.95% 0.15% -
HSV(B) 184.05º 0.97% 0.3% -
XYZ 3.58 5.04 7.62 -
YUV 50.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 2 71 76 0.97 0.07 0 0.70 184.05 0.95 0.15
Hex 2 47 4C 61 7 0 46 B8 5F F
Octal 2 107 114 141 7 0 106 270 137 17
Binary 10 1000111 1001100 1100001 111 0 1000110 10111000 1011111 1111

Color Harmonies of #02474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02474C

Black with #02474C

Text Example


Text Example

White with #02474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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