#15094A

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

Shades of Paua #15094A

Tints of Paua #15094A

Color information

#15094A (or 0x15094A) is unknown color: approx Paua. HEX triplet: 15, 09 and 4A. RGB value is (21,9,74). Sum of RGB (Red+Green+Blue) = 21+9+74=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 74 (29.30% from 255 or 71.15% from 104); Max value from RGB is 74 - color contains mainly: blue. Hex color #15094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15094A is #EAF6B5. Grayscale: #131313. Windows color (decimal): -15398582 or 4851989. OLE color: 4851989.

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

Color convert

RGB21974-
CMYK0.720.8800.71
HSL251.08º78.31%16.27%-
HSV(B)251.08º87.84%29.02%-
XYZ1.640.856.56-
YUV20158.48128.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.19%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 74 (29.30% from 255) = 71.15%
R=20.19%
G=8.65%
B=71.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal219740.720.8800.71251.0878.3116.27
Hex1594A4858047fb4e10
Octal2511112110130010737311620
Binary1010110011001010100100010110000100011111111011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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