#130D48

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

Shades of Paua #130D48

Tints of Paua #130D48

Color information

#130D48 (or 0x130D48) is unknown color: approx Paua. HEX triplet: 13, 0D and 48. RGB value is (19,13,72). Sum of RGB (Red+Green+Blue) = 19+13+72=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #130D48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D48 is #ECF2B7. Grayscale: #151515. Windows color (decimal): -15528632 or 4721939. OLE color: 4721939.

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

Color convert

RGB191372-
CMYK0.740.8200.72
HSL246.1º69.41%16.67%-
HSV(B)246.1º81.94%28.24%-
XYZ1.580.896.22-
YUV21.52156.49126.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 72 (28.52% from 255) = 69.23%
R=18.27%
G=12.5%
B=69.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1913720.740.8200.72246.169.4116.67
Hex13D484A52048f64511
Octal2315110112122011036610521
Binary1001111011001000100101010100100100100011110110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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