#130945

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

Shades of Paua #130945

Tints of Paua #130945

Color information

#130945 (or 0x130945) is unknown color: approx Paua. HEX triplet: 13, 09 and 45. RGB value is (19,9,69). Sum of RGB (Red+Green+Blue) = 19+9+69=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 69 (27.34% from 255 or 71.13% from 97); Max value from RGB is 69 - color contains mainly: blue. Hex color #130945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130945 is #ECF6BA. Grayscale: #121212. Windows color (decimal): -15529659 or 4524307. OLE color: 4524307.

HSL color Cylindrical-coordinate representation of color #130945: hue angle of 250º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #130945 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB19969-
CMYK0.720.8700.73
HSL250º76.92%15.29%-
HSV(B)250º86.96%27.06%-
XYZ1.440.765.7-
YUV18.83156.31128.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 69 (27.34% from 255) = 71.13%
R=19.59%
G=9.28%
B=71.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal199690.720.8700.7325076.9215.29
Hex139454857049fa4df
Octal2311105110127011137211517
Binary100111001100010110010001010111010010011111101010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130945; }

 p { color: rgb(19,9,69); }

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

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

 a { background-color: rgb(19,9,69); }

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

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

 span { border-color: rgb(19,9,69); }

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