Html Css Color HEX #180B56 Paua

📋 copy color: '#180B56'

red 24 ◦ green 11 ◦ blue 86

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

Shades of Paua #180B56

Tints of Paua #180B56

RGB

 RED value IS 24 (9.77% from 255) = 19.83%

 GREEN value IS 11 (4.69% from 255) = 9.09%

 BLUE value IS 86 (33.98% from 255) = 71.07%

R = 19.83%
G = 9.09%
B = 71.07%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#180B56 (or 0x180B56) is known color: Paua. HEX triplet: 18, 0B and 56. RGB value is (24,11,86). Sum of RGB (Red+Green+Blue) = 24+11+86=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 86 (33.98% from 255 or 71.07% from 121); Max value from RGB is 86 - color contains mainly: blue. Hex color #180B56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B56 is #E7F4A9. Grayscale: #171717. Windows color (decimal): -15201450 or 5638936. OLE color: 5638936.

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

Color convert

RGB 24 11 86 -
CMYK 0.72 0.87 0 0.66
HSL 250.4º 0.77% 0.19% -
HSV(B) 250.4º 0.87% 0.34% -
XYZ 2.18 1.11 8.9 -
YUV 23.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 24 11 86 0.72 0.87 0 0.66 250.4 0.77 0.19
Hex 18 B 56 48 57 0 42 FA 4D 13
Octal 30 13 126 110 127 0 102 372 115 23
Binary 11000 1011 1010110 1001000 1010111 0 1000010 11111010 1001101 10011

Color Harmonies of #180B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180B56

Black with #180B56

Text Example


Text Example

White with #180B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #180B56;
 }
 .AnyTagClassName
 {
   color: #180B56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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