#01465B

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

Shades of Sherpa Blue #01465B

Tints of Sherpa Blue #01465B

Color information

#01465B (or 0x01465B) is unknown color: approx Sherpa Blue. HEX triplet: 01, 46 and 5B. RGB value is (1,70,91). Sum of RGB (Red+Green+Blue) = 1+70+91=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #01465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01465B is #FEB9A4. Grayscale: #333333. Windows color (decimal): -16693669 or 5981697. OLE color: 5981697.

HSL color Cylindrical-coordinate representation of color #01465B: hue angle of 194º 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 #01465B is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB17091-
CMYK0.990.2300.64
HSL194º97.83%18.04%-
HSV(B)194º98.9%35.69%-
XYZ4.095.1410.67-
YUV51.76150.1491.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=0.62%
G=43.21%
B=56.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal170910.990.2300.6419497.8318.04
Hex1465B6317040c26212
Octal110613314327010030214222
Binary1100011010110111100011101110100000011000010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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