#15084E

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

Shades of Paua #15084E

Tints of Paua #15084E

Color information

#15084E (or 0x15084E) is unknown color: approx Paua. HEX triplet: 15, 08 and 4E. RGB value is (21,8,78). Sum of RGB (Red+Green+Blue) = 21+8+78=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 78 (30.86% from 255 or 72.90% from 107); Max value from RGB is 78 - color contains mainly: blue. Hex color #15084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15084E is #EAF7B1. Grayscale: #131313. Windows color (decimal): -15398834 or 5113877. OLE color: 5113877.

HSL color Cylindrical-coordinate representation of color #15084E: hue angle of 251.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15084E is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB21878-
CMYK0.730.9000.69
HSL251.14º81.4%16.86%-
HSV(B)251.14º89.74%30.59%-
XYZ1.770.887.28-
YUV19.87160.81128.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 78 (30.86% from 255) = 72.90%
R=19.63%
G=7.48%
B=72.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal218780.730.9000.69251.1481.416.86
Hex1584E495A045fb5111
Octal2510116111132010537312121
Binary1010110001001110100100110110100100010111111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15084E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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