#014456

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

Shades of Sherpa Blue #014456

Tints of Sherpa Blue #014456

Color information

#014456 (or 0x014456) is unknown color: approx Sherpa Blue. HEX triplet: 01, 44 and 56. RGB value is (1,68,86). Sum of RGB (Red+Green+Blue) = 1+68+86=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #014456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014456 is #FEBBA9. Grayscale: #313131. Windows color (decimal): -16694186 or 5653505. OLE color: 5653505.

HSL color Cylindrical-coordinate representation of color #014456: hue angle of 192.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014456 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB16886-
CMYK0.990.2100.66
HSL192.71º97.7%17.06%-
HSV(B)192.71º98.84%33.73%-
XYZ3.764.819.53-
YUV50.02148.393.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 86 (33.98% from 255) = 55.48%
R=0.65%
G=43.87%
B=55.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal168860.990.2100.66192.7197.717.06
Hex144566315042c16211
Octal110412614325010230114221
Binary1100010010101101100011101010100001011000001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014456; }

 p { color: rgb(1,68,86); }

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

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

 a { background-color: rgb(1,68,86); }

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

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

 span { border-color: rgb(1,68,86); }

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