#13074D

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

Shades of Paua #13074D

Tints of Paua #13074D

Color information

#13074D (or 0x13074D) is unknown color: approx Paua. HEX triplet: 13, 07 and 4D. RGB value is (19,7,77). Sum of RGB (Red+Green+Blue) = 19+7+77=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #13074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13074D is #ECF8B2. Grayscale: #121212. Windows color (decimal): -15530163 or 5048083. OLE color: 5048083.

HSL color Cylindrical-coordinate representation of color #13074D: hue angle of 250.29º 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 #13074D is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB19777-
CMYK0.750.9100.70
HSL250.29º83.33%16.47%-
HSV(B)250.29º90.91%30.2%-
XYZ1.680.837.09-
YUV18.57160.98128.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 77 (30.47% from 255) = 74.76%
R=18.45%
G=6.80%
B=74.76%

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
Decimal197770.750.9100.70250.2983.3316.47
Hex1374D4B5B046fa5310
Octal237115113133010637212320
Binary100111111001101100101110110110100011011111010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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