#18154E

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

Shades of Paua #18154E

Tints of Paua #18154E

Color information

#18154E (or 0x18154E) is unknown color: approx Paua. HEX triplet: 18, 15 and 4E. RGB value is (24,21,78). Sum of RGB (Red+Green+Blue) = 24+21+78=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #18154E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18154E is #E7EAB1. Grayscale: #1C1C1C. Windows color (decimal): -15198898 or 5117208. OLE color: 5117208.

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

Color convert

RGB242178-
CMYK0.690.7300.69
HSL243.16º57.58%19.41%-
HSV(B)243.16º73.08%30.59%-
XYZ2.021.287.35-
YUV28.4155.99124.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 78 (30.86% from 255) = 63.41%
R=19.51%
G=17.07%
B=63.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2421780.690.7300.69243.1657.5819.41
Hex18154E4549045f33a13
Octal302511610511101053637223
Binary1100010101100111010001011001001010001011111001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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