#01475D

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

Shades of Sherpa Blue #01475D

Tints of Sherpa Blue #01475D

Color information

#01475D (or 0x01475D) is unknown color: approx Sherpa Blue. HEX triplet: 01, 47 and 5D. RGB value is (1,71,93). Sum of RGB (Red+Green+Blue) = 1+71+93=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #01475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01475D is #FEB8A2. Grayscale: #343434. Windows color (decimal): -16693411 or 6113025. OLE color: 6113025.

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

Color convert

RGB17193-
CMYK0.990.2400.64
HSL194.35º97.87%18.43%-
HSV(B)194.35º98.92%36.47%-
XYZ4.245.311.16-
YUV52.58150.8191.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=0.61%
G=43.03%
B=56.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal171930.990.2400.64194.3597.8718.43
Hex1475D6318040c26212
Octal110713514330010030214222
Binary1100011110111011100011110000100000011000010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01475D;
 }
 .AnyTagClassName
 {
   color: #01475D;
 }
</style>
background-color css

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

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

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

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

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

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