#15124C

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

Shades of Paua #15124C

Tints of Paua #15124C

Color information

#15124C (or 0x15124C) is unknown color: approx Paua. HEX triplet: 15, 12 and 4C. RGB value is (21,18,76). Sum of RGB (Red+Green+Blue) = 21+18+76=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #15124C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15124C is #EAEDB3. Grayscale: #191919. Windows color (decimal): -15396276 or 4985365. OLE color: 4985365.

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

Color convert

RGB211876-
CMYK0.720.7600.70
HSL243.1º61.7%18.43%-
HSV(B)243.1º76.32%29.8%-
XYZ1.831.116.96-
YUV25.51156.49124.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 76 (30.08% from 255) = 66.09%
R=18.26%
G=15.65%
B=66.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2118760.720.7600.70243.161.718.43
Hex15124C484C046f33e12
Octal252211411011401063637622
Binary1010110010100110010010001001100010001101111001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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