#014D54

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

Shades of Sherpa Blue #014D54

Tints of Sherpa Blue #014D54

Color information

#014D54 (or 0x014D54) is unknown color: approx Sherpa Blue. HEX triplet: 01, 4D and 54. RGB value is (1,77,84). Sum of RGB (Red+Green+Blue) = 1+77+84=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 84 (33.20% from 255 or 51.85% from 162); Max value from RGB is 84 - color contains mainly: blue. Hex color #014D54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #014D54 is #FEB2AB. Grayscale: #363636. Windows color (decimal): -16691884 or 5524737. OLE color: 5524737.

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

Color convert

RGB17784-
CMYK0.990.0800.67
HSL185.06º97.65%16.67%-
HSV(B)185.06º98.81%32.94%-
XYZ4.275.959.31-
YUV55.07144.3289.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 77 (30.47% from 255) = 47.53%
BLUE value IS 84 (33.20% from 255) = 51.85%
R=0.62%
G=47.53%
B=51.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal177840.990.0800.67185.0697.6516.67
Hex14D54638043b96211
Octal111512414310010327114221
Binary110011011010100110001110000100001110111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014D54; }

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

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

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

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

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

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

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

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