#013349

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

Shades of Sherpa Blue #013349

Tints of Sherpa Blue #013349

Color information

#013349 (or 0x013349) is unknown color: approx Sherpa Blue. HEX triplet: 01, 33 and 49. RGB value is (1,51,73). Sum of RGB (Red+Green+Blue) = 1+51+73=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #013349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013349 is #FECCB6. Grayscale: #262626. Windows color (decimal): -16698551 or 4797185. OLE color: 4797185.

HSL color Cylindrical-coordinate representation of color #013349: hue angle of 198.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013349 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB15173-
CMYK0.990.3000.71
HSL198.33º97.3%14.51%-
HSV(B)198.33º98.63%28.63%-
XYZ2.42.866.73-
YUV38.56147.44101.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=0.8%
G=40.8%
B=58.4%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal151730.990.3000.71198.3397.314.51
Hex13349631E047c661f
Octal16311114336010730614117
Binary11100111001001110001111110010001111100011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013349; }

 p { color: rgb(1,51,73); }

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

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

 a { background-color: rgb(1,51,73); }

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

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

 span { border-color: rgb(1,51,73); }

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