#014845

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

Shades of Sherpa Blue #014845

Tints of Sherpa Blue #014845

Color information

#014845 (or 0x014845) is unknown color: approx Sherpa Blue. HEX triplet: 01, 48 and 45. RGB value is (1,72,69). Sum of RGB (Red+Green+Blue) = 1+72+69=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 69 (27.34% from 255 or 48.59% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #014845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014845 is #FEB7BA. Grayscale: #323232. Windows color (decimal): -16693179 or 4540417. OLE color: 4540417.

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

Color convert

RGB17269-
CMYK0.9900.040.72
HSL177.46º97.26%14.31%-
HSV(B)177.46º98.61%28.24%-
XYZ3.45.076.43-
YUV50.43138.4892.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 69 (27.34% from 255) = 48.59%
R=0.70%
G=50.70%
B=48.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal172690.9900.040.72177.4697.2614.31
Hex14845630448b161e
Octal11101051430411026114116
Binary1100100010001011100011010010010001011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014845; }

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

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

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

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

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

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

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

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