#130B48

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

Shades of Paua #130B48

Tints of Paua #130B48

Color information

#130B48 (or 0x130B48) is unknown color: approx Paua. HEX triplet: 13, 0B and 48. RGB value is (19,11,72). Sum of RGB (Red+Green+Blue) = 19+11+72=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #130B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B48 is #ECF4B7. Grayscale: #141414. Windows color (decimal): -15529144 or 4721427. OLE color: 4721427.

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

Color convert

RGB191172-
CMYK0.740.8500.72
HSL247.87º73.49%16.27%-
HSV(B)247.87º84.72%28.24%-
XYZ1.560.856.21-
YUV20.35157.15127.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 72 (28.52% from 255) = 70.59%
R=18.63%
G=10.78%
B=70.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1911720.740.8500.72247.8773.4916.27
Hex13B484A55048f84910
Octal2313110112125011037011120
Binary1001110111001000100101010101010100100011111000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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