#13054D

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

Shades of Paua #13054D

Tints of Paua #13054D

Color information

#13054D (or 0x13054D) is unknown color: approx Paua. HEX triplet: 13, 05 and 4D. RGB value is (19,5,77). Sum of RGB (Red+Green+Blue) = 19+5+77=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #13054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13054D is #ECFAB2. Grayscale: #111111. Windows color (decimal): -15530675 or 5047571. OLE color: 5047571.

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

Color convert

RGB19577-
CMYK0.750.9400.70
HSL251.67º87.8%16.08%-
HSV(B)251.67º93.51%30.2%-
XYZ1.660.787.08-
YUV17.39161.64129.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 77 (30.47% from 255) = 76.24%
R=18.81%
G=4.95%
B=76.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal195770.750.9400.70251.6787.816.08
Hex1354D4B5E046fc5810
Octal235115113136010637413020
Binary100111011001101100101110111100100011011111100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13054D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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