#01424D

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

Shades of Sherpa Blue #01424D

Tints of Sherpa Blue #01424D

Color information

#01424D (or 0x01424D) is unknown color: approx Sherpa Blue. HEX triplet: 01, 42 and 4D. RGB value is (1,66,77). Sum of RGB (Red+Green+Blue) = 1+66+77=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 77 (30.47% from 255 or 53.47% from 144); Max value from RGB is 77 - color contains mainly: blue. Hex color #01424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01424D is #FEBDB2. Grayscale: #2F2F2F. Windows color (decimal): -16694707 or 5063169. OLE color: 5063169.

HSL color Cylindrical-coordinate representation of color #01424D: hue angle of 188.68º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01424D is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB16677-
CMYK0.990.1400.70
HSL188.68º97.44%15.29%-
HSV(B)188.68º98.7%30.2%-
XYZ3.34.447.7-
YUV47.82144.4794.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 77 (30.47% from 255) = 53.47%
R=0.69%
G=45.83%
B=53.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal166770.990.1400.70188.6897.4415.29
Hex1424D63E046bd61f
Octal110211514316010627514117
Binary11000010100110111000111110010001101011110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01424D; }

 p { color: rgb(1,66,77); }

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

<style>
 a { background-color: #01424D; }

 a { background-color: rgb(1,66,77); }

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

<style>
 span { border-color: #01424D; }

 span { border-color: rgb(1,66,77); }

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