#014556

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

Shades of Sherpa Blue #014556

Tints of Sherpa Blue #014556

Color information

#014556 (or 0x014556) is unknown color: approx Sherpa Blue. HEX triplet: 01, 45 and 56. RGB value is (1,69,86). Sum of RGB (Red+Green+Blue) = 1+69+86=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 86 (33.98% from 255 or 55.13% from 156); Max value from RGB is 86 - color contains mainly: blue. Hex color #014556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014556 is #FEBAA9. Grayscale: #323232. Windows color (decimal): -16693930 or 5653761. OLE color: 5653761.

HSL color Cylindrical-coordinate representation of color #014556: hue angle of 192º 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 #014556 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB16986-
CMYK0.990.2000.66
HSL192º97.7%17.06%-
HSV(B)192º98.84%33.73%-
XYZ3.824.939.56-
YUV50.61147.9792.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 69 (27.34% from 255) = 44.23%
BLUE value IS 86 (33.98% from 255) = 55.13%
R=0.64%
G=44.23%
B=55.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal169860.990.2000.6619297.717.06
Hex145566314042c06211
Octal110512614324010230014221
Binary1100010110101101100011101000100001011000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014556; }

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

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

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

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

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

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

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

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