#18154D

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

Shades of Paua #18154D

Tints of Paua #18154D

Color information

#18154D (or 0x18154D) is unknown color: approx Paua. HEX triplet: 18, 15 and 4D. RGB value is (24,21,77). Sum of RGB (Red+Green+Blue) = 24+21+77=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #18154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18154D is #E7EAB2. Grayscale: #1C1C1C. Windows color (decimal): -15198899 or 5051672. OLE color: 5051672.

HSL color Cylindrical-coordinate representation of color #18154D: hue angle of 243.21º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18154D is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB242177-
CMYK0.690.7300.70
HSL243.21º57.14%19.22%-
HSV(B)243.21º72.73%30.2%-
XYZ1.981.277.16-
YUV28.28155.49124.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=19.67%
G=17.21%
B=63.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2421770.690.7300.70243.2157.1419.22
Hex18154D4549046f33913
Octal302511510511101063637123
Binary1100010101100110110001011001001010001101111001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18154D; }

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

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

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

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

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

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

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

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