#151650

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

Shades of Paua #151650

Tints of Paua #151650

Color information

#151650 (or 0x151650) is unknown color: approx Paua. HEX triplet: 15, 16 and 50. RGB value is (21,22,80). Sum of RGB (Red+Green+Blue) = 21+22+80=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #151650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151650 is #EAE9AF. Grayscale: #1C1C1C. Windows color (decimal): -15395248 or 5248533. OLE color: 5248533.

HSL color Cylindrical-coordinate representation of color #151650: hue angle of 238.98º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #151650 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB212280-
CMYK0.740.7200.69
HSL238.98º58.42%19.8%-
HSV(B)238.98º73.75%31.37%-
XYZ2.041.317.74-
YUV28.31157.17122.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.07%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 80 (31.64% from 255) = 65.04%
R=17.07%
G=17.89%
B=65.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2122800.740.7200.69238.9858.4219.8
Hex1516504A48045ef3a14
Octal252612011211001053577224
Binary1010110110101000010010101001000010001011110111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151650; }

 p { color: rgb(21,22,80); }

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

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

 a { background-color: rgb(21,22,80); }

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

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

 span { border-color: rgb(21,22,80); }

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