#15084C

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

Shades of Paua #15084C

Tints of Paua #15084C

Color information

#15084C (or 0x15084C) is unknown color: approx Paua. HEX triplet: 15, 08 and 4C. RGB value is (21,8,76). Sum of RGB (Red+Green+Blue) = 21+8+76=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 76 (30.08% from 255 or 72.38% from 105); Max value from RGB is 76 - color contains mainly: blue. Hex color #15084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15084C is #EAF7B3. Grayscale: #131313. Windows color (decimal): -15398836 or 4982805. OLE color: 4982805.

HSL color Cylindrical-coordinate representation of color #15084C: hue angle of 251.47º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15084C is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB21876-
CMYK0.720.8900.70
HSL251.47º80.95%16.47%-
HSV(B)251.47º89.47%29.8%-
XYZ1.70.856.91-
YUV19.64159.81128.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 76 (30.08% from 255) = 72.38%
R=20%
G=7.62%
B=72.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal218760.720.8900.70251.4780.9516.47
Hex1584C4859046fb5110
Octal2510114110131010637312120
Binary1010110001001100100100010110010100011011111011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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