#15184D

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

Shades of Paua #15184D

Tints of Paua #15184D

Color information

#15184D (or 0x15184D) is unknown color: approx Paua. HEX triplet: 15, 18 and 4D. RGB value is (21,24,77). Sum of RGB (Red+Green+Blue) = 21+24+77=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #15184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15184D is #EAE7B2. Grayscale: #1C1C1C. Windows color (decimal): -15394739 or 5052437. OLE color: 5052437.

HSL color Cylindrical-coordinate representation of color #15184D: hue angle of 236.79º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15184D is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB212477-
CMYK0.730.6900.70
HSL236.79º57.14%19.22%-
HSV(B)236.79º72.73%30.2%-
XYZ1.981.357.18-
YUV29.14155.01122.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=17.21%
G=19.67%
B=63.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2124770.730.6900.70236.7957.1419.22
Hex15184D4945046ed3913
Octal253011511110501063557123
Binary1010111000100110110010011000101010001101110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15184D; }

 p { color: rgb(21,24,77); }

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

<style>
 a { background-color: #15184D; }

 a { background-color: rgb(21,24,77); }

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

<style>
 span { border-color: #15184D; }

 span { border-color: rgb(21,24,77); }

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