#13104E

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

Shades of Paua #13104E

Tints of Paua #13104E

Color information

#13104E (or 0x13104E) is unknown color: approx Paua. HEX triplet: 13, 10 and 4E. RGB value is (19,16,78). Sum of RGB (Red+Green+Blue) = 19+16+78=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #13104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13104E is #ECEFB1. Grayscale: #171717. Windows color (decimal): -15527858 or 5115923. OLE color: 5115923.

HSL color Cylindrical-coordinate representation of color #13104E: hue angle of 242.9º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13104E is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB191678-
CMYK0.760.7900.69
HSL242.9º65.96%18.43%-
HSV(B)242.9º79.49%30.59%-
XYZ1.831.067.32-
YUV23.96158.49124.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 16 (6.64% from 255) = 14.16%
BLUE value IS 78 (30.86% from 255) = 69.03%
R=16.81%
G=14.16%
B=69.03%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1916780.760.7900.69242.965.9618.43
Hex13104E4C4F045f34212
Octal2320116114117010536310222
Binary10011100001001110100110010011110100010111110011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13104E; }

 p { color: rgb(19,16,78); }

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

<style>
 a { background-color: #13104E; }

 a { background-color: rgb(19,16,78); }

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

<style>
 span { border-color: #13104E; }

 span { border-color: rgb(19,16,78); }

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