#014454

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

Shades of Sherpa Blue #014454

Tints of Sherpa Blue #014454

Color information

#014454 (or 0x014454) is unknown color: approx Sherpa Blue. HEX triplet: 01, 44 and 54. RGB value is (1,68,84). Sum of RGB (Red+Green+Blue) = 1+68+84=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 68 (26.95% from 255 or 44.44% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #014454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014454 is #FEBBAB. Grayscale: #313131. Windows color (decimal): -16694188 or 5522433. OLE color: 5522433.

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

Color convert

RGB16884-
CMYK0.990.1900.67
HSL191.57º97.65%16.67%-
HSV(B)191.57º98.81%32.94%-
XYZ3.684.789.12-
YUV49.79147.393.2-

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.44%
BLUE value IS 84 (33.20% from 255) = 54.90%
R=0.65%
G=44.44%
B=54.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal168840.990.1900.67191.5797.6516.67
Hex144546313043c06211
Octal110412414323010330014221
Binary1100010010101001100011100110100001111000000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014454; }

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

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

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

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

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

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

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

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