#130B49

Color #130B49 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #130B49

Tints of Paua #130B49

Color information

#130B49 (or 0x130B49) is unknown color: approx Paua. HEX triplet: 13, 0B and 49. RGB value is (19,11,73). Sum of RGB (Red+Green+Blue) = 19+11+73=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 11 (4.69% from 255 or 10.68% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #130B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B49 is #ECF4B6. Grayscale: #141414. Windows color (decimal): -15529143 or 4786963. OLE color: 4786963.

HSL color Cylindrical-coordinate representation of color #130B49: hue angle of 247.74º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130B49 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB191173-
CMYK0.740.8500.71
HSL247.74º73.81%16.47%-
HSV(B)247.74º84.93%28.63%-
XYZ1.590.866.39-
YUV20.46157.65126.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 11 (4.69% from 255) = 10.68%
BLUE value IS 73 (28.91% from 255) = 70.87%
R=18.45%
G=10.68%
B=70.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1911730.740.8500.71247.7473.8116.47
Hex13B494A55047f84a10
Octal2313111112125010737011220
Binary1001110111001001100101010101010100011111111000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130B49; }

 p { color: rgb(19,11,73); }

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

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

 a { background-color: rgb(19,11,73); }

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

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

 span { border-color: rgb(19,11,73); }

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