#150B46

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

Shades of Paua #150B46

Tints of Paua #150B46

Color information

#150B46 (or 0x150B46) is unknown color: approx Paua. HEX triplet: 15, 0B and 46. RGB value is (21,11,70). Sum of RGB (Red+Green+Blue) = 21+11+70=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #150B46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B46 is #EAF4B9. Grayscale: #141414. Windows color (decimal): -15398074 or 4590357. OLE color: 4590357.

HSL color Cylindrical-coordinate representation of color #150B46: hue angle of 250.17º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #150B46 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB211170-
CMYK0.700.8400.73
HSL250.17º72.84%15.88%-
HSV(B)250.17º84.29%27.45%-
XYZ1.530.845.88-
YUV20.72155.81128.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.59%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 70 (27.73% from 255) = 68.63%
R=20.59%
G=10.78%
B=68.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2111700.700.8400.73250.1772.8415.88
Hex15B464654049fa4910
Octal2513106106124011137211120
Binary1010110111000110100011010101000100100111111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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