#02475D

Color #02475D Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #02475D

Tints of Sherpa Blue #02475D

Color information

#02475D (or 0x02475D) is unknown color: approx 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

RGB27193-
CMYK0.980.2400.64
HSL194.51º95.79%18.63%-
HSV(B)194.51º97.85%36.47%-
XYZ4.255.3111.16-
YUV52.88150.6491.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 71 (28.12% from 255) = 42.77%
BLUE value IS 93 (36.72% from 255) = 56.02%
R=1.20%
G=42.77%
B=56.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal271930.980.2400.64194.5195.7918.63
Hex2475D6218040c36013
Octal210713514230010030314023
Binary10100011110111011100010110000100000011000011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>