#151954

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

Shades of Paua #151954

Tints of Paua #151954

Color information

#151954 (or 0x151954) is unknown color: approx Paua. HEX triplet: 15, 19 and 54. RGB value is (21,25,84). Sum of RGB (Red+Green+Blue) = 21+25+84=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #151954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151954 is #EAE6AB. Grayscale: #1E1E1E. Windows color (decimal): -15394476 or 5511445. OLE color: 5511445.

HSL color Cylindrical-coordinate representation of color #151954: hue angle of 236.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151954 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB212584-
CMYK0.750.7000.67
HSL236.19º60%20.59%-
HSV(B)236.19º75%32.94%-
XYZ2.261.498.56-
YUV30.53158.17121.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 84 (33.20% from 255) = 64.62%
R=16.15%
G=19.23%
B=64.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2125840.750.7000.67236.196020.59
Hex1519544B46043ec3c15
Octal253112411310601033547425
Binary1010111001101010010010111000110010000111110110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151954; }

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

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

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

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

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

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

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

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