#18174C

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

Shades of Paua #18174C

Tints of Paua #18174C

Color information

#18174C (or 0x18174C) is unknown color: approx Paua. HEX triplet: 18, 17 and 4C. RGB value is (24,23,76). Sum of RGB (Red+Green+Blue) = 24+23+76=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #18174C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18174C is #E7E8B3. Grayscale: #1D1D1D. Windows color (decimal): -15198388 or 4986648. OLE color: 4986648.

HSL color Cylindrical-coordinate representation of color #18174C: hue angle of 241.13º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18174C is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB242376-
CMYK0.680.7000.70
HSL241.13º53.54%19.41%-
HSV(B)241.13º69.74%29.8%-
XYZ1.991.336.99-
YUV29.34154.33124.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 76 (30.08% from 255) = 61.79%
R=19.51%
G=18.70%
B=61.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2423760.680.7000.70241.1353.5419.41
Hex18174C4446046f13613
Octal302711410410601063616623
Binary1100010111100110010001001000110010001101111000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18174C; }

 p { color: rgb(24,23,76); }

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

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

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

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

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

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

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