#01405A

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

Shades of Sherpa Blue #01405A

Tints of Sherpa Blue #01405A

Color information

#01405A (or 0x01405A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 40 and 5A. RGB value is (1,64,90). Sum of RGB (Red+Green+Blue) = 1+64+90=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #01405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01405A is #FEBFA5. Grayscale: #2F2F2F. Windows color (decimal): -16695206 or 5914625. OLE color: 5914625.

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

Color convert

RGB16490-
CMYK0.990.2900.65
HSL197.53º97.8%17.84%-
HSV(B)197.53º98.89%35.29%-
XYZ3.694.4110.33-
YUV48.13151.6394.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=0.65%
G=41.29%
B=58.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal164900.990.2900.65197.5397.817.84
Hex1405A631D041c66212
Octal110013214335010130614222
Binary1100000010110101100011111010100000111000110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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