#180856

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

Shades of Paua #180856

Tints of Paua #180856

Color information

#180856 (or 0x180856) is unknown color: approx Paua. HEX triplet: 18, 08 and 56. RGB value is (24,8,86). Sum of RGB (Red+Green+Blue) = 24+8+86=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 86 (33.98% from 255 or 72.88% from 118); Max value from RGB is 86 - color contains mainly: blue. Hex color #180856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180856 is #E7F7A9. Grayscale: #151515. Windows color (decimal): -15202218 or 5638168. OLE color: 5638168.

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

Color convert

RGB24886-
CMYK0.720.9100.66
HSL252.31º82.98%18.43%-
HSV(B)252.31º90.7%33.73%-
XYZ2.141.048.89-
YUV21.68164.3129.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.34%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 86 (33.98% from 255) = 72.88%
R=20.34%
G=6.78%
B=72.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal248860.720.9100.66252.3182.9818.43
Hex18856485B042fc5312
Octal3010126110133010237412322
Binary1100010001010110100100010110110100001011111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180856; }

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

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

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

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

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

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

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

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