#180E46

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

Shades of Paua #180E46

Tints of Paua #180E46

Color information

#180E46 (or 0x180E46) is unknown color: approx Paua. HEX triplet: 18, 0E and 46. RGB value is (24,14,70). Sum of RGB (Red+Green+Blue) = 24+14+70=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #180E46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E46 is #E7F1B9. Grayscale: #171717. Windows color (decimal): -15200698 or 4591128. OLE color: 4591128.

HSL color Cylindrical-coordinate representation of color #180E46: hue angle of 250.71º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #180E46 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB241470-
CMYK0.660.8000.73
HSL250.71º66.67%16.47%-
HSV(B)250.71º80%27.45%-
XYZ1.640.955.89-
YUV23.37154.31128.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 70 (27.73% from 255) = 64.81%
R=22.22%
G=12.96%
B=64.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2414700.660.8000.73250.7166.6716.47
Hex18E464250049fb4310
Octal3016106102120011137310320
Binary1100011101000110100001010100000100100111111011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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