#13054E

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

Shades of Paua #13054E

Tints of Paua #13054E

Color information

#13054E (or 0x13054E) is unknown color: approx Paua. HEX triplet: 13, 05 and 4E. RGB value is (19,5,78). Sum of RGB (Red+Green+Blue) = 19+5+78=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 78 (30.86% from 255 or 76.47% from 102); Max value from RGB is 78 - color contains mainly: blue. Hex color #13054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13054E is #ECFAB1. Grayscale: #111111. Windows color (decimal): -15530674 or 5113107. OLE color: 5113107.

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

Color convert

RGB19578-
CMYK0.760.9400.69
HSL251.51º87.95%16.27%-
HSV(B)251.51º93.59%30.59%-
XYZ1.70.87.27-
YUV17.51162.14129.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 5 (2.34% from 255) = 4.90%
BLUE value IS 78 (30.86% from 255) = 76.47%
R=18.63%
G=4.90%
B=76.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal195780.760.9400.69251.5187.9516.27
Hex1354E4C5E045fc5810
Octal235116114136010537413020
Binary100111011001110100110010111100100010111111100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13054E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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