#151854

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

Shades of Paua #151854

Tints of Paua #151854

Color information

#151854 (or 0x151854) is unknown color: approx Paua. HEX triplet: 15, 18 and 54. RGB value is (21,24,84). Sum of RGB (Red+Green+Blue) = 21+24+84=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #151854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151854 is #EAE7AB. Grayscale: #1D1D1D. Windows color (decimal): -15394732 or 5511189. OLE color: 5511189.

HSL color Cylindrical-coordinate representation of color #151854: hue angle of 237.14º 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 #151854 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB212484-
CMYK0.750.7100.67
HSL237.14º60%20.59%-
HSV(B)237.14º75%32.94%-
XYZ2.241.458.55-
YUV29.94158.51121.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 84 (33.20% from 255) = 65.12%
R=16.28%
G=18.60%
B=65.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2124840.750.7100.67237.146020.59
Hex1518544B47043ed3c15
Octal253012411310701033557425
Binary1010111000101010010010111000111010000111110110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151854; }

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

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

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

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

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

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

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

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