#13124D

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

Shades of Paua #13124D

Tints of Paua #13124D

Color information

#13124D (or 0x13124D) is unknown color: approx Paua. HEX triplet: 13, 12 and 4D. RGB value is (19,18,77). Sum of RGB (Red+Green+Blue) = 19+18+77=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #13124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13124D is #ECEDB2. Grayscale: #181818. Windows color (decimal): -15527347 or 5050899. OLE color: 5050899.

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

Color convert

RGB191877-
CMYK0.750.7700.70
HSL241.02º62.11%18.63%-
HSV(B)241.02º76.62%30.2%-
XYZ1.821.117.14-
YUV25.02157.33123.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 77 (30.47% from 255) = 67.54%
R=16.67%
G=15.79%
B=67.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1918770.750.7700.70241.0262.1118.63
Hex13124D4B4D046f13e13
Octal232211511311501063617623
Binary1001110010100110110010111001101010001101111000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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