#01475A

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

Shades of Sherpa Blue #01475A

Tints of Sherpa Blue #01475A

Color information

#01475A (or 0x01475A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 47 and 5A. RGB value is (1,71,90). Sum of RGB (Red+Green+Blue) = 1+71+90=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #01475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01475A is #FEB8A5. Grayscale: #343434. Windows color (decimal): -16693414 or 5916417. OLE color: 5916417.

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

Color convert

RGB17190-
CMYK0.990.2100.65
HSL192.81º97.8%17.84%-
HSV(B)192.81º98.89%35.29%-
XYZ4.115.2510.47-
YUV52.24149.3191.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=0.62%
G=43.83%
B=55.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal171900.990.2100.65192.8197.817.84
Hex1475A6315041c16212
Octal110713214325010130114222
Binary1100011110110101100011101010100000111000001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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