#01414C

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

Shades of Sherpa Blue #01414C

Tints of Sherpa Blue #01414C

Color information

#01414C (or 0x01414C) is unknown color: approx Sherpa Blue. HEX triplet: 01, 41 and 4C. RGB value is (1,65,76). Sum of RGB (Red+Green+Blue) = 1+65+76=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #01414C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01414C is #FEBEB3. Grayscale: #2F2F2F. Windows color (decimal): -16694964 or 4997377. OLE color: 4997377.

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

Color convert

RGB16576-
CMYK0.990.1400.70
HSL188.8º97.4%15.1%-
HSV(B)188.8º98.68%29.8%-
XYZ3.214.317.5-
YUV47.12144.395.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 76 (30.08% from 255) = 53.52%
R=0.70%
G=45.77%
B=53.52%

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
Decimal165760.990.1400.70188.897.415.1
Hex1414C63E046bd61f
Octal110111414316010627514117
Binary11000001100110011000111110010001101011110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01414C; }

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

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

<style>
 a { background-color: #01414C; }

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

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

<style>
 span { border-color: #01414C; }

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

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