#013849

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

Shades of Sherpa Blue #013849

Tints of Sherpa Blue #013849

Color information

#013849 (or 0x013849) is unknown color: approx Sherpa Blue. HEX triplet: 01, 38 and 49. RGB value is (1,56,73). Sum of RGB (Red+Green+Blue) = 1+56+73=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 56 (22.27% from 255 or 43.08% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #013849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013849 is #FEC7B6. Grayscale: #292929. Windows color (decimal): -16697271 or 4798465. OLE color: 4798465.

HSL color Cylindrical-coordinate representation of color #013849: hue angle of 194.17º 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 #013849 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB15673-
CMYK0.990.2300.71
HSL194.17º97.3%14.51%-
HSV(B)194.17º98.63%28.63%-
XYZ2.633.326.8-
YUV41.49145.7899.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 56 (22.27% from 255) = 43.08%
BLUE value IS 73 (28.91% from 255) = 56.15%
R=0.77%
G=43.08%
B=56.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal156730.990.2300.71194.1797.314.51
Hex138496317047c261f
Octal17011114327010730214117
Binary11110001001001110001110111010001111100001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013849; }

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

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

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

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

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

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

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

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