#01404D

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

Shades of Sherpa Blue #01404D

Tints of Sherpa Blue #01404D

Color information

#01404D (or 0x01404D) is unknown color: approx Sherpa Blue. HEX triplet: 01, 40 and 4D. RGB value is (1,64,77). Sum of RGB (Red+Green+Blue) = 1+64+77=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 77 (30.47% from 255 or 54.23% from 142); Max value from RGB is 77 - color contains mainly: blue. Hex color #01404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01404D is #FEBFB2. Grayscale: #2E2E2E. Windows color (decimal): -16695219 or 5062657. OLE color: 5062657.

HSL color Cylindrical-coordinate representation of color #01404D: hue angle of 190.26º 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 #01404D is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB16477-
CMYK0.990.1700.70
HSL190.26º97.44%15.29%-
HSV(B)190.26º98.7%30.2%-
XYZ3.194.217.67-
YUV46.64145.1395.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 64 (25.39% from 255) = 45.07%
BLUE value IS 77 (30.47% from 255) = 54.23%
R=0.70%
G=45.07%
B=54.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal164770.990.1700.70190.2697.4415.29
Hex1404D6311046be61f
Octal110011514321010627614117
Binary110000001001101110001110001010001101011111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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