#15104E

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

Shades of Paua #15104E

Tints of Paua #15104E

Color information

#15104E (or 0x15104E) is unknown color: approx Paua. HEX triplet: 15, 10 and 4E. RGB value is (21,16,78). Sum of RGB (Red+Green+Blue) = 21+16+78=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #15104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15104E is #EAEFB1. Grayscale: #181818. Windows color (decimal): -15396786 or 5115925. OLE color: 5115925.

HSL color Cylindrical-coordinate representation of color #15104E: hue angle of 244.84º 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 #15104E is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB211678-
CMYK0.730.7900.69
HSL244.84º65.96%18.43%-
HSV(B)244.84º79.49%30.59%-
XYZ1.871.087.32-
YUV24.56158.16125.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 78 (30.86% from 255) = 67.83%
R=18.26%
G=13.91%
B=67.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2116780.730.7900.69244.8465.9618.43
Hex15104E494F045f54212
Octal2520116111117010536510222
Binary10101100001001110100100110011110100010111110101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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