#15134B

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

Shades of Paua #15134B

Tints of Paua #15134B

Color information

#15134B (or 0x15134B) is unknown color: approx Paua. HEX triplet: 15, 13 and 4B. RGB value is (21,19,75). Sum of RGB (Red+Green+Blue) = 21+19+75=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 75 (29.69% from 255 or 65.22% from 115); Max value from RGB is 75 - color contains mainly: blue. Hex color #15134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15134B is #EAECB4. Grayscale: #191919. Windows color (decimal): -15396021 or 4920085. OLE color: 4920085.

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

Color convert

RGB211975-
CMYK0.720.7500.71
HSL242.14º59.57%18.43%-
HSV(B)242.14º74.67%29.41%-
XYZ1.811.136.78-
YUV25.98155.66124.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 75 (29.69% from 255) = 65.22%
R=18.26%
G=16.52%
B=65.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2119750.720.7500.71242.1459.5718.43
Hex15134B484B047f23c12
Octal252311311011301073627422
Binary1010110011100101110010001001011010001111111001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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