#150B4C

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

Shades of Paua #150B4C

Tints of Paua #150B4C

Color information

#150B4C (or 0x150B4C) is unknown color: approx Paua. HEX triplet: 15, 0B and 4C. RGB value is (21,11,76). Sum of RGB (Red+Green+Blue) = 21+11+76=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 76 (30.08% from 255 or 70.37% from 108); Max value from RGB is 76 - color contains mainly: blue. Hex color #150B4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B4C is #EAF4B3. Grayscale: #151515. Windows color (decimal): -15398068 or 4983573. OLE color: 4983573.

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

Color convert

RGB211176-
CMYK0.720.8600.70
HSL249.23º74.71%17.06%-
HSV(B)249.23º85.53%29.8%-
XYZ1.730.926.92-
YUV21.4158.81127.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 11 (4.69% from 255) = 10.19%
BLUE value IS 76 (30.08% from 255) = 70.37%
R=19.44%
G=10.19%
B=70.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2111760.720.8600.70249.2374.7117.06
Hex15B4C4856046f94b11
Octal2513114110126010637111321
Binary1010110111001100100100010101100100011011111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150B4C; }

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

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

<style>
 a { background-color: #150B4C; }

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

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

<style>
 span { border-color: #150B4C; }

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

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