#18154F

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

Shades of Paua #18154F

Tints of Paua #18154F

Color information

#18154F (or 0x18154F) is unknown color: approx Paua. HEX triplet: 18, 15 and 4F. RGB value is (24,21,79). Sum of RGB (Red+Green+Blue) = 24+21+79=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #18154F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18154F is #E7EAB0. Grayscale: #1C1C1C. Windows color (decimal): -15198897 or 5182744. OLE color: 5182744.

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

Color convert

RGB242179-
CMYK0.700.7300.69
HSL243.1º58%19.61%-
HSV(B)243.1º73.42%30.98%-
XYZ2.061.37.54-
YUV28.51156.49124.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 79 (31.25% from 255) = 63.71%
R=19.35%
G=16.94%
B=63.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2421790.700.7300.69243.15819.61
Hex18154F4649045f33a14
Octal302511710611101053637224
Binary1100010101100111110001101001001010001011111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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