#15134A

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

Shades of Paua #15134A

Tints of Paua #15134A

Color information

#15134A (or 0x15134A) is unknown color: approx Paua. HEX triplet: 15, 13 and 4A. RGB value is (21,19,74). Sum of RGB (Red+Green+Blue) = 21+19+74=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #15134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15134A is #EAECB5. Grayscale: #191919. Windows color (decimal): -15396022 or 4854549. OLE color: 4854549.

HSL color Cylindrical-coordinate representation of color #15134A: hue angle of 242.18º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15134A is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB211974-
CMYK0.720.7400.71
HSL242.18º59.14%18.24%-
HSV(B)242.18º74.32%29.02%-
XYZ1.781.126.6-
YUV25.87155.16124.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 74 (29.30% from 255) = 64.91%
R=18.42%
G=16.67%
B=64.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2119740.720.7400.71242.1859.1418.24
Hex15134A484A047f23b12
Octal252311211011201073627322
Binary1010110011100101010010001001010010001111111001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15134A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15134A; }

 p { color: rgb(21,19,74); }

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

<style>
 a { background-color: #15134A; }

 a { background-color: rgb(21,19,74); }

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

<style>
 span { border-color: #15134A; }

 span { border-color: rgb(21,19,74); }

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