Html Css Color HEX #180853 Paua

📋 copy color: '#180853'

red 24 ◦ green 8 ◦ blue 83

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

Shades of Paua #180853

Tints of Paua #180853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.96%

 BLUE value IS 83 (32.81% from 255) = 72.17%

R = 20.87%
G = 6.96%
B = 72.17%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#180853 (or 0x180853) is known color: Paua. HEX triplet: 18, 08 and 53. RGB value is (24,8,83). Sum of RGB (Red+Green+Blue) = 24+8+83=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 83 (32.81% from 255 or 72.17% from 115); Max value from RGB is 83 - color contains mainly: blue. Hex color #180853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180853 is #E7F7AC. Grayscale: #151515. Windows color (decimal): -15202221 or 5441560. OLE color: 5441560.

HSL color Cylindrical-coordinate representation of color #180853: hue angle of 252.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180853 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 8 83 -
CMYK 0.71 0.90 0 0.67
HSL 252.8º 0.82% 0.18% -
HSV(B) 252.8º 0.9% 0.33% -
XYZ 2.02 0.99 8.27 -
YUV 21.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 24 8 83 0.71 0.90 0 0.67 252.8 0.82 0.18
Hex 18 8 53 47 5A 0 43 FD 52 12
Octal 30 10 123 107 132 0 103 375 122 22
Binary 11000 1000 1010011 1000111 1011010 0 1000011 11111101 1010010 10010

Color Harmonies of #180853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180853

Black with #180853

Text Example


Text Example

White with #180853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180853; }

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

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

background-color css

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

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

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

border-color css

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

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

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