#181451

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

Shades of Paua #181451

Tints of Paua #181451

Color information

#181451 (or 0x181451) is unknown color: approx Paua. HEX triplet: 18, 14 and 51. RGB value is (24,20,81). Sum of RGB (Red+Green+Blue) = 24+20+81=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #181451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181451 is #E7EBAE. Grayscale: #1B1B1B. Windows color (decimal): -15199151 or 5313560. OLE color: 5313560.

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

Color convert

RGB242081-
CMYK0.700.7500.68
HSL243.93º60.4%19.8%-
HSV(B)243.93º75.31%31.76%-
XYZ2.111.297.92-
YUV28.15157.83125.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 81 (32.03% from 255) = 64.8%
R=19.2%
G=16%
B=64.8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2420810.700.7500.68243.9360.419.8
Hex181451464B044f43c14
Octal302412110611301043647424
Binary1100010100101000110001101001011010001001111010011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181451; }

 p { color: rgb(24,20,81); }

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

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

 a { background-color: rgb(24,20,81); }

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

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

 span { border-color: rgb(24,20,81); }

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