#01415A

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

Shades of Sherpa Blue #01415A

Tints of Sherpa Blue #01415A

Color information

#01415A (or 0x01415A) is unknown color: approx Sherpa Blue. HEX triplet: 01, 41 and 5A. RGB value is (1,65,90). Sum of RGB (Red+Green+Blue) = 1+65+90=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #01415A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01415A is #FEBEA5. Grayscale: #303030. Windows color (decimal): -16694950 or 5914881. OLE color: 5914881.

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

Color convert

RGB16590-
CMYK0.990.2800.65
HSL196.85º97.8%17.84%-
HSV(B)196.85º98.89%35.29%-
XYZ3.754.5310.35-
YUV48.71151.393.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 65 (25.78% from 255) = 41.67%
BLUE value IS 90 (35.55% from 255) = 57.69%
R=0.64%
G=41.67%
B=57.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal165900.990.2800.65196.8597.817.84
Hex1415A631C041c56212
Octal110113214334010130514222
Binary1100000110110101100011111000100000111000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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