#01495A

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

Shades of Sherpa Blue #01495A

Tints of Sherpa Blue #01495A

Color information

#01495A (or 0x01495A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 49 and 5A. RGB value is (1,73,90). Sum of RGB (Red+Green+Blue) = 1+73+90=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #01495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01495A is #FEB6A5. Grayscale: #353535. Windows color (decimal): -16692902 or 5916929. OLE color: 5916929.

HSL color Cylindrical-coordinate representation of color #01495A: hue angle of 191.46º 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 #01495A is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB17390-
CMYK0.990.1900.65
HSL191.46º97.8%17.84%-
HSV(B)191.46º98.89%35.29%-
XYZ4.245.5110.51-
YUV53.41148.6590.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=0.61%
G=44.51%
B=54.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal173900.990.1900.65191.4697.817.84
Hex1495A6313041bf6212
Octal111113214323010127714222
Binary1100100110110101100011100110100000110111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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