#180B52

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

Shades of Paua #180B52

Tints of Paua #180B52

Color information

#180B52 (or 0x180B52) is unknown color: approx Paua. HEX triplet: 18, 0B and 52. RGB value is (24,11,82). Sum of RGB (Red+Green+Blue) = 24+11+82=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 11 (4.69% from 255 or 9.40% from 117); Blue value is 82 (32.42% from 255 or 70.09% from 117); Max value from RGB is 82 - color contains mainly: blue. Hex color #180B52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B52 is #E7F4AD. Grayscale: #161616. Windows color (decimal): -15201454 or 5376792. OLE color: 5376792.

HSL color Cylindrical-coordinate representation of color #180B52: hue angle of 250.99º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #180B52 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB241182-
CMYK0.710.8700.68
HSL250.99º76.34%18.24%-
HSV(B)250.99º86.59%32.16%-
XYZ2.021.048.08-
YUV22.98161.31128.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 11 (4.69% from 255) = 9.40%
BLUE value IS 82 (32.42% from 255) = 70.09%
R=20.51%
G=9.40%
B=70.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2411820.710.8700.68250.9976.3418.24
Hex18B524757044fb4c12
Octal3013122107127010437311422
Binary1100010111010010100011110101110100010011111011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,11,82); }

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

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

 a { background-color: rgb(24,11,82); }

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

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

 span { border-color: rgb(24,11,82); }

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