#014150

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

Shades of Sherpa Blue #014150

Tints of Sherpa Blue #014150

Color information

#014150 (or 0x014150) is unknown color: approx Sherpa Blue. HEX triplet: 01, 41 and 50. RGB value is (1,65,80). Sum of RGB (Red+Green+Blue) = 1+65+80=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #014150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014150 is #FEBEAF. Grayscale: #2F2F2F. Windows color (decimal): -16694960 or 5259521. OLE color: 5259521.

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

Color convert

RGB16580-
CMYK0.990.1900.69
HSL191.39º97.53%15.88%-
HSV(B)191.39º98.75%31.37%-
XYZ3.354.378.26-
YUV47.57146.394.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 65 (25.78% from 255) = 44.52%
BLUE value IS 80 (31.64% from 255) = 54.79%
R=0.68%
G=44.52%
B=54.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal165800.990.1900.69191.3997.5315.88
Hex141506313045bf6210
Octal110112014323010527714220
Binary1100000110100001100011100110100010110111111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014150; }

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

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

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

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

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

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

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

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