#180F52

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

Shades of Paua #180F52

Tints of Paua #180F52

Color information

#180F52 (or 0x180F52) is unknown color: approx Paua. HEX triplet: 18, 0F and 52. RGB value is (24,15,82). Sum of RGB (Red+Green+Blue) = 24+15+82=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #180F52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180F52 is #E7F0AD. Grayscale: #191919. Windows color (decimal): -15200430 or 5377816. OLE color: 5377816.

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

Color convert

RGB241582-
CMYK0.710.8200.68
HSL248.06º69.07%19.02%-
HSV(B)248.06º81.71%32.16%-
XYZ2.071.158.09-
YUV25.33159.98127.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 82 (32.42% from 255) = 67.77%
R=19.83%
G=12.40%
B=67.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2415820.710.8200.68248.0669.0719.02
Hex18F524752044f84513
Octal3017122107122010437010523
Binary1100011111010010100011110100100100010011111000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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