#180F56

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

Shades of Paua #180F56

Tints of Paua #180F56

Color information

#180F56 (or 0x180F56) is unknown color: approx Paua. HEX triplet: 18, 0F and 56. RGB value is (24,15,86). Sum of RGB (Red+Green+Blue) = 24+15+86=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 86 (33.98% from 255 or 68.8% from 125); Max value from RGB is 86 - color contains mainly: blue. Hex color #180F56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180F56 is #E7F0A9. Grayscale: #191919. Windows color (decimal): -15200426 or 5639960. OLE color: 5639960.

HSL color Cylindrical-coordinate representation of color #180F56: hue angle of 247.61º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180F56 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB241586-
CMYK0.720.8300.66
HSL247.61º70.3%19.8%-
HSV(B)247.61º82.56%33.73%-
XYZ2.231.218.92-
YUV25.78161.98126.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 15 (6.25% from 255) = 12%
BLUE value IS 86 (33.98% from 255) = 68.8%
R=19.2%
G=12%
B=68.8%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2415860.720.8300.66247.6170.319.8
Hex18F564853042f84614
Octal3017126110123010237010624
Binary1100011111010110100100010100110100001011111000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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