#014054

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

Shades of Sherpa Blue #014054

Tints of Sherpa Blue #014054

Color information

#014054 (or 0x014054) is unknown color: approx Sherpa Blue. HEX triplet: 01, 40 and 54. RGB value is (1,64,84). Sum of RGB (Red+Green+Blue) = 1+64+84=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #014054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014054 is #FEBFAB. Grayscale: #2F2F2F. Windows color (decimal): -16695212 or 5521409. OLE color: 5521409.

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

Color convert

RGB16484-
CMYK0.990.2400.67
HSL194.46º97.65%16.67%-
HSV(B)194.46º98.81%32.94%-
XYZ3.454.319.04-
YUV47.44148.6394.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 64 (25.39% from 255) = 42.95%
BLUE value IS 84 (33.20% from 255) = 56.38%
R=0.67%
G=42.95%
B=56.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal164840.990.2400.67194.4697.6516.67
Hex140546318043c26211
Octal110012414330010330214221
Binary1100000010101001100011110000100001111000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014054; }

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

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

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

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

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

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

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

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