#13074C

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

Shades of Paua #13074C

Tints of Paua #13074C

Color information

#13074C (or 0x13074C) is unknown color: approx Paua. HEX triplet: 13, 07 and 4C. RGB value is (19,7,76). Sum of RGB (Red+Green+Blue) = 19+7+76=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 76 (30.08% from 255 or 74.51% from 102); Max value from RGB is 76 - color contains mainly: blue. Hex color #13074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13074C is #ECF8B3. Grayscale: #121212. Windows color (decimal): -15530164 or 4982547. OLE color: 4982547.

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

Color convert

RGB19776-
CMYK0.750.9100.70
HSL250.43º83.13%16.27%-
HSV(B)250.43º90.79%29.8%-
XYZ1.650.816.91-
YUV18.45160.48128.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 76 (30.08% from 255) = 74.51%
R=18.63%
G=6.86%
B=74.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal197760.750.9100.70250.4383.1316.27
Hex1374C4B5B046fa5310
Octal237114113133010637212320
Binary100111111001100100101110110110100011011111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13074C; }

 p { color: rgb(19,7,76); }

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

<style>
 a { background-color: #13074C; }

 a { background-color: rgb(19,7,76); }

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

<style>
 span { border-color: #13074C; }

 span { border-color: rgb(19,7,76); }

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