#181554

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

Shades of Paua #181554

Tints of Paua #181554

Color information

#181554 (or 0x181554) is unknown color: approx Paua. HEX triplet: 18, 15 and 54. RGB value is (24,21,84). Sum of RGB (Red+Green+Blue) = 24+21+84=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 21 (8.59% from 255 or 16.28% 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 #181554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181554 is #E7EAAB. Grayscale: #1C1C1C. Windows color (decimal): -15198892 or 5510424. OLE color: 5510424.

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

Color convert

RGB242184-
CMYK0.710.7500.67
HSL242.86º60%20.59%-
HSV(B)242.86º75%32.94%-
XYZ2.251.378.53-
YUV29.08158.99124.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2421840.710.7500.67242.866020.59
Hex181554474B043f33c15
Octal302512410711301033637425
Binary1100010101101010010001111001011010000111111001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181554; }

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

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

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

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

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

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

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

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