#01414F

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

Shades of Sherpa Blue #01414F

Tints of Sherpa Blue #01414F

Color information

#01414F (or 0x01414F) is unknown color: approx Sherpa Blue. HEX triplet: 01, 41 and 4F. RGB value is (1,65,79). Sum of RGB (Red+Green+Blue) = 1+65+79=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #01414F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01414F is #FEBEB0. Grayscale: #2F2F2F. Windows color (decimal): -16694961 or 5193985. OLE color: 5193985.

HSL color Cylindrical-coordinate representation of color #01414F: hue angle of 190.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01414F is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB16579-
CMYK0.990.1800.69
HSL190.77º97.5%15.69%-
HSV(B)190.77º98.73%30.98%-
XYZ3.314.358.06-
YUV47.46145.894.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 79 (31.25% from 255) = 54.48%
R=0.69%
G=44.83%
B=54.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal165790.990.1800.69190.7797.515.69
Hex1414F6312045bf6210
Octal110111714322010527714220
Binary1100000110011111100011100100100010110111111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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