#180D4C

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

Shades of Paua #180D4C

Tints of Paua #180D4C

Color information

#180D4C (or 0x180D4C) is unknown color: approx Paua. HEX triplet: 18, 0D and 4C. RGB value is (24,13,76). Sum of RGB (Red+Green+Blue) = 24+13+76=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 76 (30.08% from 255 or 67.26% from 113); Max value from RGB is 76 - color contains mainly: blue. Hex color #180D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D4C is #E7F2B3. Grayscale: #171717. Windows color (decimal): -15200948 or 4984088. OLE color: 4984088.

HSL color Cylindrical-coordinate representation of color #180D4C: hue angle of 250.48º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180D4C is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB241376-
CMYK0.680.8300.70
HSL250.48º70.79%17.45%-
HSV(B)250.48º82.89%29.8%-
XYZ1.8316.94-
YUV23.47157.64128.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.24%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 76 (30.08% from 255) = 67.26%
R=21.24%
G=11.50%
B=67.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2413760.680.8300.70250.4870.7917.45
Hex18D4C4453046fa4711
Octal3015114104123010637210721
Binary1100011011001100100010010100110100011011111010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180D4C; }

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

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

<style>
 a { background-color: #180D4C; }

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

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

<style>
 span { border-color: #180D4C; }

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

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