#014850

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

Shades of Sherpa Blue #014850

Tints of Sherpa Blue #014850

Color information

#014850 (or 0x014850) is unknown color: approx Sherpa Blue. HEX triplet: 01, 48 and 50. RGB value is (1,72,80). Sum of RGB (Red+Green+Blue) = 1+72+80=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #014850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014850 is #FEB7AF. Grayscale: #333333. Windows color (decimal): -16693168 or 5261313. OLE color: 5261313.

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

Color convert

RGB17280-
CMYK0.990.1000.69
HSL186.08º97.53%15.88%-
HSV(B)186.08º98.75%31.37%-
XYZ3.785.228.4-
YUV51.68143.9891.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=0.65%
G=47.06%
B=52.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal172800.990.1000.69186.0897.5315.88
Hex1485063A045ba6210
Octal111012014312010527214220
Binary110010001010000110001110100100010110111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014850; }

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

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

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

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

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

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

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

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