#014044

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

Shades of Sherpa Blue #014044

Tints of Sherpa Blue #014044

Color information

#014044 (or 0x014044) is unknown color: approx Sherpa Blue. HEX triplet: 01, 40 and 44. RGB value is (1,64,68). Sum of RGB (Red+Green+Blue) = 1+64+68=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #014044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014044 is #FEBFBB. Grayscale: #2D2D2D. Windows color (decimal): -16695228 or 4472833. OLE color: 4472833.

HSL color Cylindrical-coordinate representation of color #014044: hue angle of 183.58º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014044 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB16468-
CMYK0.990.0600.73
HSL183.58º97.1%13.53%-
HSV(B)183.58º98.53%26.67%-
XYZ2.894.096.11-
YUV45.62140.6396.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 68 (26.95% from 255) = 51.13%
R=0.75%
G=48.12%
B=51.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal164680.990.0600.73183.5897.113.53
Hex14044636049b861e
Octal11001041436011127014116
Binary1100000010001001100011110010010011011100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014044; }

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

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

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

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

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

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

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

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