#013F57

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

Shades of Sherpa Blue #013F57

Tints of Sherpa Blue #013F57

Color information

#013F57 (or 0x013F57) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3F and 57. RGB value is (1,63,87). Sum of RGB (Red+Green+Blue) = 1+63+87=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #013F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F57 is #FEC0A8. Grayscale: #2F2F2F. Windows color (decimal): -16695465 or 5717761. OLE color: 5717761.

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

Color convert

RGB16387-
CMYK0.990.2800.66
HSL196.74º97.73%17.25%-
HSV(B)196.74º98.85%34.12%-
XYZ3.514.259.65-
YUV47.2150.4695.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 63 (25% from 255) = 41.72%
BLUE value IS 87 (34.38% from 255) = 57.62%
R=0.66%
G=41.72%
B=57.62%

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
Decimal163870.990.2800.66196.7497.7317.25
Hex13F57631C042c56211
Octal17712714334010230514221
Binary111111110101111100011111000100001011000101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,63,87); }

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

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

 a { background-color: rgb(1,63,87); }

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

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

 span { border-color: rgb(1,63,87); }

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