Html Css Color HEX #180856 Paua

📋 copy color: '#180856'

red 24 ◦ green 8 ◦ blue 86

#180856
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #180856

Tints of Paua #180856

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 value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#180856 (or 0x180856) is known color: 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

RGB 24 8 86 -
CMYK 0.72 0.91 0 0.66
HSL 252.31º 0.83% 0.18% -
HSV(B) 252.31º 0.91% 0.34% -
XYZ 2.14 1.04 8.89 -
YUV 21.68 164.3 129.66 -
System Red Green Blue C M Y K H S L
Decimal 24 8 86 0.72 0.91 0 0.66 252.31 0.83 0.18
Hex 18 8 56 48 5B 0 42 FC 53 12
Octal 30 10 126 110 133 0 102 374 123 22
Binary 11000 1000 1010110 1001000 1011011 0 1000010 11111100 1010011 10010

Color Harmonies of #180856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180856

Black with #180856

Text Example


Text Example

White with #180856

Text Example


Text Example

HTML Codes & Css Web 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>