#014859

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

Shades of Sherpa Blue #014859

Tints of Sherpa Blue #014859

Color information

#014859 (or 0x014859) is unknown color: approx Sherpa Blue. HEX triplet: 01, 48 and 59. RGB value is (1,72,89). Sum of RGB (Red+Green+Blue) = 1+72+89=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #014859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014859 is #FEB7A6. Grayscale: #343434. Windows color (decimal): -16693159 or 5851137. OLE color: 5851137.

HSL color Cylindrical-coordinate representation of color #014859: hue angle of 191.59º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014859 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB17289-
CMYK0.990.1900.65
HSL191.59º97.78%17.65%-
HSV(B)191.59º98.88%34.9%-
XYZ4.135.3610.27-
YUV52.71148.4891.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 89 (35.16% from 255) = 54.94%
R=0.62%
G=44.44%
B=54.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal172890.990.1900.65191.5997.7817.65
Hex148596313041c06212
Octal111013114323010130014222
Binary1100100010110011100011100110100000111000000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014859; }

 p { color: rgb(1,72,89); }

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

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

 a { background-color: rgb(1,72,89); }

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

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

 span { border-color: rgb(1,72,89); }

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