#18184E

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

Shades of Paua #18184E

Tints of Paua #18184E

Color information

#18184E (or 0x18184E) is unknown color: approx Paua. HEX triplet: 18, 18 and 4E. RGB value is (24,24,78). Sum of RGB (Red+Green+Blue) = 24+24+78=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #18184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18184E is #E7E7B1. Grayscale: #1D1D1D. Windows color (decimal): -15198130 or 5117976. OLE color: 5117976.

HSL color Cylindrical-coordinate representation of color #18184E: hue angle of 240º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18184E is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB242478-
CMYK0.690.6900.69
HSL240º52.94%20%-
HSV(B)240º69.23%30.59%-
XYZ2.081.47.37-
YUV30.16155123.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 78 (30.86% from 255) = 61.90%
R=19.05%
G=19.05%
B=61.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2424780.690.6900.6924052.9420
Hex18184E4545045f03514
Octal303011610510501053606524
Binary1100011000100111010001011000101010001011111000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18184E; }

 p { color: rgb(24,24,78); }

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

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

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

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

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

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

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