#013E54

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

Shades of Sherpa Blue #013E54

Tints of Sherpa Blue #013E54

Color information

#013E54 (or 0x013E54) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3E and 54. RGB value is (1,62,84). Sum of RGB (Red+Green+Blue) = 1+62+84=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #013E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E54 is #FEC1AB. Grayscale: #2E2E2E. Windows color (decimal): -16695724 or 5520897. OLE color: 5520897.

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

Color convert

RGB16284-
CMYK0.990.2600.67
HSL195.9º97.65%16.67%-
HSV(B)195.9º98.81%32.94%-
XYZ3.344.099-
YUV46.27149.2995.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 62 (24.61% from 255) = 42.18%
BLUE value IS 84 (33.20% from 255) = 57.14%
R=0.68%
G=42.18%
B=57.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal162840.990.2600.67195.997.6516.67
Hex13E54631A043c46211
Octal17612414332010330414221
Binary111111010101001100011110100100001111000100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013E54; }

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

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

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

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

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

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

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

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