#01465E

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

Shades of Sherpa Blue #01465E

Tints of Sherpa Blue #01465E

Color information

#01465E (or 0x01465E) is unknown color: approx Sherpa Blue. HEX triplet: 01, 46 and 5E. RGB value is (1,70,94). Sum of RGB (Red+Green+Blue) = 1+70+94=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 70 (27.73% from 255 or 42.42% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #01465E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01465E is #FEB9A1. Grayscale: #333333. Windows color (decimal): -16693666 or 6178305. OLE color: 6178305.

HSL color Cylindrical-coordinate representation of color #01465E: hue angle of 195.48º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01465E is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB17094-
CMYK0.990.2600.63
HSL195.48º97.89%18.63%-
HSV(B)195.48º98.94%36.86%-
XYZ4.225.1911.37-
YUV52.1151.6491.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 70 (27.73% from 255) = 42.42%
BLUE value IS 94 (37.11% from 255) = 56.97%
R=0.61%
G=42.42%
B=56.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal170940.990.2600.63195.4897.8918.63
Hex1465E631A03Fc36213
Octal11061361433207730314223
Binary110001101011110110001111010011111111000011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01465E; }

 p { color: rgb(1,70,94); }

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

<style>
 a { background-color: #01465E; }

 a { background-color: rgb(1,70,94); }

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

<style>
 span { border-color: #01465E; }

 span { border-color: rgb(1,70,94); }

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