#180E48

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

Shades of Paua #180E48

Tints of Paua #180E48

Color information

#180E48 (or 0x180E48) is unknown color: approx Paua. HEX triplet: 18, 0E and 48. RGB value is (24,14,72). Sum of RGB (Red+Green+Blue) = 24+14+72=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #180E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E48 is #E7F1B7. Grayscale: #171717. Windows color (decimal): -15200696 or 4722200. OLE color: 4722200.

HSL color Cylindrical-coordinate representation of color #180E48: hue angle of 250.34º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #180E48 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB241472-
CMYK0.670.8100.72
HSL250.34º67.44%16.86%-
HSV(B)250.34º80.56%28.24%-
XYZ1.70.986.23-
YUV23.6155.31128.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 14 (5.86% from 255) = 12.73%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=21.82%
G=12.73%
B=65.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2414720.670.8100.72250.3467.4416.86
Hex18E484351048fa4311
Octal3016110103121011037210321
Binary1100011101001000100001110100010100100011111010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,14,72); }

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

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

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

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

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

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

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