#014449

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

Shades of Sherpa Blue #014449

Tints of Sherpa Blue #014449

Color information

#014449 (or 0x014449) is unknown color: approx Sherpa Blue. HEX triplet: 01, 44 and 49. RGB value is (1,68,73). Sum of RGB (Red+Green+Blue) = 1+68+73=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #014449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014449 is #FEBBB6. Grayscale: #303030. Windows color (decimal): -16694199 or 4801537. OLE color: 4801537.

HSL color Cylindrical-coordinate representation of color #014449: hue angle of 184.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014449 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB16873-
CMYK0.990.0700.71
HSL184.17º97.3%14.51%-
HSV(B)184.17º98.63%28.63%-
XYZ3.284.627.02-
YUV48.54141.894.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 73 (28.91% from 255) = 51.41%
R=0.70%
G=47.89%
B=51.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal168730.990.0700.71184.1797.314.51
Hex14449637047b861f
Octal11041111437010727014117
Binary1100010010010011100011111010001111011100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014449; }

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

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

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

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

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

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

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

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