Html Css Color HEX #02475D Sherpa Blue

📋 copy color: '#02475D'

red 2 ◦ green 71 ◦ blue 93

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

Shades of Sherpa Blue #02475D

Tints of Sherpa Blue #02475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.02%

R = 1.2%
G = 42.77%
B = 56.02%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02475D (or 0x02475D) is known color: Sherpa Blue. HEX triplet: 02, 47 and 5D. RGB value is (2,71,93). Sum of RGB (Red+Green+Blue) = 2+71+93=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #02475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02475D is #FDB8A2. Grayscale: #343434. Windows color (decimal): -16627875 or 6113026. OLE color: 6113026.

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

Color convert

RGB 2 71 93 -
CMYK 0.98 0.24 0 0.64
HSL 194.51º 0.96% 0.19% -
HSV(B) 194.51º 0.98% 0.36% -
XYZ 4.25 5.31 11.16 -
YUV 52.88 150.64 91.71 -
System Red Green Blue C M Y K H S L
Decimal 2 71 93 0.98 0.24 0 0.64 194.51 0.96 0.19
Hex 2 47 5D 62 18 0 40 C3 60 13
Octal 2 107 135 142 30 0 100 303 140 23
Binary 10 1000111 1011101 1100010 11000 0 1000000 11000011 1100000 10011

Color Harmonies of #02475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02475D

Black with #02475D

Text Example


Text Example

White with #02475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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