#15094C

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

Shades of Paua #15094C

Tints of Paua #15094C

Color information

#15094C (or 0x15094C) is unknown color: approx Paua. HEX triplet: 15, 09 and 4C. RGB value is (21,9,76). Sum of RGB (Red+Green+Blue) = 21+9+76=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #15094C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15094C is #EAF6B3. Grayscale: #131313. Windows color (decimal): -15398580 or 4983061. OLE color: 4983061.

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

Color convert

RGB21976-
CMYK0.720.8800.70
HSL250.75º78.82%16.67%-
HSV(B)250.75º88.16%29.8%-
XYZ1.710.886.92-
YUV20.23159.48128.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 76 (30.08% from 255) = 71.70%
R=19.81%
G=8.49%
B=71.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal219760.720.8800.70250.7578.8216.67
Hex1594C4858046fb4f11
Octal2511114110130010637311721
Binary1010110011001100100100010110000100011011111011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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