#130E40

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

Shades of Paua #130E40

Tints of Paua #130E40

Color information

#130E40 (or 0x130E40) is unknown color: approx Paua. HEX triplet: 13, 0E and 40. RGB value is (19,14,64). Sum of RGB (Red+Green+Blue) = 19+14+64=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #130E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E40 is #ECF1BF. Grayscale: #151515. Windows color (decimal): -15528384 or 4197907. OLE color: 4197907.

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

Color convert

RGB191464-
CMYK0.700.7800.75
HSL246º64.1%15.29%-
HSV(B)246º78.12%25.1%-
XYZ1.350.824.94-
YUV21.2152.16126.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 14 (5.86% from 255) = 14.43%
BLUE value IS 64 (25.39% from 255) = 65.98%
R=19.59%
G=14.43%
B=65.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1914640.700.7800.7524664.115.29
Hex13E40464E04Bf640f
Octal2316100106116011336610017
Binary100111110100000010001101001110010010111111011010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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