#150D54

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

Shades of Paua #150D54

Tints of Paua #150D54

Color information

#150D54 (or 0x150D54) is unknown color: approx Paua. HEX triplet: 15, 0D and 54. RGB value is (21,13,84). Sum of RGB (Red+Green+Blue) = 21+13+84=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 84 (33.20% from 255 or 71.19% from 118); Max value from RGB is 84 - color contains mainly: blue. Hex color #150D54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D54 is #EAF2AB. Grayscale: #171717. Windows color (decimal): -15397548 or 5508373. OLE color: 5508373.

HSL color Cylindrical-coordinate representation of color #150D54: hue angle of 246.76º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #150D54 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB211384-
CMYK0.750.8500.67
HSL246.76º73.2%19.02%-
HSV(B)246.76º84.52%32.94%-
XYZ2.051.098.49-
YUV23.49162.15126.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.80%
GREEN value IS 13 (5.47% from 255) = 11.02%
BLUE value IS 84 (33.20% from 255) = 71.19%
R=17.80%
G=11.02%
B=71.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2113840.750.8500.67246.7673.219.02
Hex15D544B55043f74913
Octal2515124113125010336711123
Binary1010111011010100100101110101010100001111110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,13,84); }

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

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

 a { background-color: rgb(21,13,84); }

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

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

 span { border-color: rgb(21,13,84); }

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