#013D56

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

Shades of Sherpa Blue #013D56

Tints of Sherpa Blue #013D56

Color information

#013D56 (or 0x013D56) is unknown color: approx Sherpa Blue. HEX triplet: 01, 3D and 56. RGB value is (1,61,86). Sum of RGB (Red+Green+Blue) = 1+61+86=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #013D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D56 is #FEC2A9. Grayscale: #2D2D2D. Windows color (decimal): -16695978 or 5651713. OLE color: 5651713.

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

Color convert

RGB16186-
CMYK0.990.2900.66
HSL197.65º97.7%17.06%-
HSV(B)197.65º98.84%33.73%-
XYZ3.364.029.4-
YUV45.91150.6295.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 61 (24.22% from 255) = 41.22%
BLUE value IS 86 (33.98% from 255) = 58.11%
R=0.68%
G=41.22%
B=58.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal161860.990.2900.66197.6597.717.06
Hex13D56631D042c66211
Octal17512614335010230614221
Binary111110110101101100011111010100001011000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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