#013E55

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

Shades of Sherpa Blue #013E55

Tints of Sherpa Blue #013E55

Color information

#013E55 (or 0x013E55) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3E and 55. RGB value is (1,62,85). Sum of RGB (Red+Green+Blue) = 1+62+85=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 62 (24.61% from 255 or 41.89% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #013E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E55 is #FEC1AA. Grayscale: #2E2E2E. Windows color (decimal): -16695723 or 5586433. OLE color: 5586433.

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

Color convert

RGB16285-
CMYK0.990.2700.67
HSL196.43º97.67%16.86%-
HSV(B)196.43º98.82%33.33%-
XYZ3.374.119.21-
YUV46.38149.7995.63-

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) = 41.89%
BLUE value IS 85 (33.59% from 255) = 57.43%
R=0.68%
G=41.89%
B=57.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal162850.990.2700.67196.4397.6716.86
Hex13E55631B043c46211
Octal17612514333010330414221
Binary111111010101011100011110110100001111000100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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