#130F40

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

Shades of Paua #130F40

Tints of Paua #130F40

Color information

#130F40 (or 0x130F40) is unknown color: approx Paua. HEX triplet: 13, 0F and 40. RGB value is (19,15,64). Sum of RGB (Red+Green+Blue) = 19+15+64=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #130F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F40 is #ECF0BF. Grayscale: #151515. Windows color (decimal): -15528128 or 4198163. OLE color: 4198163.

HSL color Cylindrical-coordinate representation of color #130F40: hue angle of 244.9º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #130F40 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB191564-
CMYK0.700.7700.75
HSL244.9º62.03%15.49%-
HSV(B)244.9º76.56%25.1%-
XYZ1.360.854.94-
YUV21.78151.83126.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 15 (6.25% from 255) = 15.31%
BLUE value IS 64 (25.39% from 255) = 65.31%
R=19.39%
G=15.31%
B=65.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1915640.700.7700.75244.962.0315.49
Hex13F40464D04Bf53ef
Octal231710010611501133657617
Binary10011111110000001000110100110101001011111101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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