#130F45

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

Shades of Paua #130F45

Tints of Paua #130F45

Color information

#130F45 (or 0x130F45) is unknown color: approx Paua. HEX triplet: 13, 0F and 45. RGB value is (19,15,69). Sum of RGB (Red+Green+Blue) = 19+15+69=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 69 (27.34% from 255 or 66.99% from 103); Max value from RGB is 69 - color contains mainly: blue. Hex color #130F45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F45 is #ECF0BA. Grayscale: #161616. Windows color (decimal): -15528123 or 4525843. OLE color: 4525843.

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

Color convert

RGB191569-
CMYK0.720.7800.73
HSL244.44º64.29%16.47%-
HSV(B)244.44º78.26%27.06%-
XYZ1.510.915.73-
YUV22.35154.33125.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 69 (27.34% from 255) = 66.99%
R=18.45%
G=14.56%
B=66.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1915690.720.7800.73244.4464.2916.47
Hex13F45484E049f44010
Octal2317105110116011136410020
Binary1001111111000101100100010011100100100111110100100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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