#013E56

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

Shades of Sherpa Blue #013E56

Tints of Sherpa Blue #013E56

Color information

#013E56 (or 0x013E56) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3E and 56. RGB value is (1,62,86). Sum of RGB (Red+Green+Blue) = 1+62+86=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 62 (24.61% from 255 or 41.61% from 149); Blue value is 86 (33.98% from 255 or 57.72% from 149); Max value from RGB is 86 - color contains mainly: blue. Hex color #013E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E56 is #FEC1A9. Grayscale: #2E2E2E. Windows color (decimal): -16695722 or 5651969. OLE color: 5651969.

HSL color Cylindrical-coordinate representation of color #013E56: hue angle of 196.94º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E56 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB16286-
CMYK0.990.2800.66
HSL196.94º97.7%17.06%-
HSV(B)196.94º98.84%33.73%-
XYZ3.414.129.42-
YUV46.5150.2995.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 62 (24.61% from 255) = 41.61%
BLUE value IS 86 (33.98% from 255) = 57.72%
R=0.67%
G=41.61%
B=57.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal162860.990.2800.66196.9497.717.06
Hex13E56631C042c56211
Octal17612614334010230514221
Binary111111010101101100011111000100001011000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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