Html Css Color HEX #180854 Paua

📋 copy color: '#180854'

red 24 ◦ green 8 ◦ blue 84

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

Shades of Paua #180854

Tints of Paua #180854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 72.41%

R = 20.69%
G = 6.9%
B = 72.41%

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

#180854 (or 0x180854) is known color: Paua. HEX triplet: 18, 08 and 54. RGB value is (24,8,84). Sum of RGB (Red+Green+Blue) = 24+8+84=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 8 (3.52% from 255 or 6.90% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #180854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180854 is #E7F7AB. Grayscale: #151515. Windows color (decimal): -15202220 or 5507096. OLE color: 5507096.

HSL color Cylindrical-coordinate representation of color #180854: hue angle of 252.63º degrees, saturation: 0.83, 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 #180854 is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 24 8 84 -
CMYK 0.71 0.90 0 0.67
HSL 252.63º 0.83% 0.18% -
HSV(B) 252.63º 0.9% 0.33% -
XYZ 2.06 1.01 8.47 -
YUV 21.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 24 8 84 0.71 0.90 0 0.67 252.63 0.83 0.18
Hex 18 8 54 47 5A 0 43 FD 53 12
Octal 30 10 124 107 132 0 103 375 123 22
Binary 11000 1000 1010100 1000111 1011010 0 1000011 11111101 1010011 10010

Color Harmonies of #180854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180854

Black with #180854

Text Example


Text Example

White with #180854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180854; }

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

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

background-color css

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

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

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

border-color css

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

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

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