#13034E

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

Shades of Paua #13034E

Tints of Paua #13034E

Color information

#13034E (or 0x13034E) is unknown color: approx Paua. HEX triplet: 13, 03 and 4E. RGB value is (19,3,78). Sum of RGB (Red+Green+Blue) = 19+3+78=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 78 (30.86% from 255 or 78% from 100); Max value from RGB is 78 - color contains mainly: blue. Hex color #13034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13034E is #ECFCB1. Grayscale: #101010. Windows color (decimal): -15531186 or 5112595. OLE color: 5112595.

HSL color Cylindrical-coordinate representation of color #13034E: hue angle of 252.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13034E is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB19378-
CMYK0.760.9600.69
HSL252.8º92.59%15.88%-
HSV(B)252.8º96.15%30.59%-
XYZ1.680.757.26-
YUV16.33162.8129.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 78 (30.86% from 255) = 78%
R=19%
G=3%
B=78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal193780.760.9600.69252.892.5915.88
Hex1334E4C60045fd5d10
Octal233116114140010537513520
Binary10011111001110100110011000000100010111111101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13034E; }

 p { color: rgb(19,3,78); }

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

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

 a { background-color: rgb(19,3,78); }

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

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

 span { border-color: rgb(19,3,78); }

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