#014047

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

Shades of Sherpa Blue #014047

Tints of Sherpa Blue #014047

Color information

#014047 (or 0x014047) is unknown color: approx Sherpa Blue. HEX triplet: 01, 40 and 47. RGB value is (1,64,71). Sum of RGB (Red+Green+Blue) = 1+64+71=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #014047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014047 is #FEBFB8. Grayscale: #2D2D2D. Windows color (decimal): -16695225 or 4669441. OLE color: 4669441.

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

Color convert

RGB16471-
CMYK0.990.1000.72
HSL186º97.22%14.12%-
HSV(B)186º98.59%27.84%-
XYZ2.984.136.6-
YUV45.96142.1395.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 71 (28.12% from 255) = 52.21%
R=0.74%
G=47.06%
B=52.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal164710.990.1000.7218697.2214.12
Hex1404763A048ba61e
Octal110010714312011027214116
Binary11000000100011111000111010010010001011101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014047; }

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

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

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

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

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

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

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

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