#181452

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

Shades of Paua #181452

Tints of Paua #181452

Color information

#181452 (or 0x181452) is unknown color: approx Paua. HEX triplet: 18, 14 and 52. RGB value is (24,20,82). Sum of RGB (Red+Green+Blue) = 24+20+82=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #181452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181452 is #E7EBAD. Grayscale: #1C1C1C. Windows color (decimal): -15199150 or 5379096. OLE color: 5379096.

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

Color convert

RGB242082-
CMYK0.710.7600.68
HSL243.87º60.78%20%-
HSV(B)243.87º75.61%32.16%-
XYZ2.151.38.12-
YUV28.26158.33124.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 82 (32.42% from 255) = 65.08%
R=19.05%
G=15.87%
B=65.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2420820.710.7600.68243.8760.7820
Hex181452474C044f43d14
Octal302412210711401043647524
Binary1100010100101001010001111001100010001001111010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181452; }

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

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

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

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

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

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

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

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