#014455

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

Shades of Sherpa Blue #014455

Tints of Sherpa Blue #014455

Color information

#014455 (or 0x014455) is unknown color: approx Sherpa Blue. HEX triplet: 01, 44 and 55. RGB value is (1,68,85). Sum of RGB (Red+Green+Blue) = 1+68+85=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 85 (33.59% from 255 or 55.19% from 154); Max value from RGB is 85 - color contains mainly: blue. Hex color #014455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014455 is #FEBBAA. Grayscale: #313131. Windows color (decimal): -16694187 or 5587969. OLE color: 5587969.

HSL color Cylindrical-coordinate representation of color #014455: hue angle of 192.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014455 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB16885-
CMYK0.990.2000.67
HSL192.14º97.67%16.86%-
HSV(B)192.14º98.82%33.33%-
XYZ3.724.89.32-
YUV49.9147.893.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.65%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 85 (33.59% from 255) = 55.19%
R=0.65%
G=44.16%
B=55.19%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal168850.990.2000.67192.1497.6716.86
Hex144556314043c06211
Octal110412514324010330014221
Binary1100010010101011100011101000100001111000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014455; }

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

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

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

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

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

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

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

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