#13034F

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

Shades of Paua #13034F

Tints of Paua #13034F

Color information

#13034F (or 0x13034F) is unknown color: approx Paua. HEX triplet: 13, 03 and 4F. RGB value is (19,3,79). Sum of RGB (Red+Green+Blue) = 19+3+79=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 79 (31.25% from 255 or 78.22% from 101); Max value from RGB is 79 - color contains mainly: blue. Hex color #13034F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13034F is #ECFCB0. Grayscale: #101010. Windows color (decimal): -15531185 or 5178131. OLE color: 5178131.

HSL color Cylindrical-coordinate representation of color #13034F: hue angle of 252.63º 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 #13034F is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB19379-
CMYK0.760.9600.69
HSL252.63º92.68%16.08%-
HSV(B)252.63º96.2%30.98%-
XYZ1.710.777.46-
YUV16.45163.3129.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 79 (31.25% from 255) = 78.22%
R=18.81%
G=2.97%
B=78.22%

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
Decimal193790.760.9600.69252.6392.6816.08
Hex1334F4C60045fd5d10
Octal233117114140010537513520
Binary10011111001111100110011000000100010111111101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13034F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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