#13074F

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

Shades of Paua #13074F

Tints of Paua #13074F

Color information

#13074F (or 0x13074F) is unknown color: approx Paua. HEX triplet: 13, 07 and 4F. RGB value is (19,7,79). Sum of RGB (Red+Green+Blue) = 19+7+79=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 79 (31.25% from 255 or 75.24% from 105); Max value from RGB is 79 - color contains mainly: blue. Hex color #13074F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13074F is #ECF8B0. Grayscale: #121212. Windows color (decimal): -15530161 or 5179155. OLE color: 5179155.

HSL color Cylindrical-coordinate representation of color #13074F: hue angle of 250º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13074F is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB19779-
CMYK0.760.9100.69
HSL250º83.72%16.86%-
HSV(B)250º91.14%30.98%-
XYZ1.760.857.47-
YUV18.8161.98128.15-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 79 (31.25% from 255) = 75.24%
R=18.10%
G=6.67%
B=75.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal197790.760.9100.6925083.7216.86
Hex1374F4C5B045fa5411
Octal237117114133010537212421
Binary100111111001111100110010110110100010111111010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13074F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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