Html Css Color HEX #180A54 Paua

📋 copy color: '#180A54'

red 24 ◦ green 10 ◦ blue 84

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

Shades of Paua #180A54

Tints of Paua #180A54

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.47%

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

R = 20.34%
G = 8.47%
B = 71.19%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#180A54 (or 0x180A54) is known color: Paua. HEX triplet: 18, 0A and 54. RGB value is (24,10,84). Sum of RGB (Red+Green+Blue) = 24+10+84=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 84 (33.20% from 255 or 71.19% from 118); Max value from RGB is 84 - color contains mainly: blue. Hex color #180A54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180A54 is #E7F5AB. Grayscale: #161616. Windows color (decimal): -15201708 or 5507608. OLE color: 5507608.

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

Color convert

RGB 24 10 84 -
CMYK 0.71 0.88 0 0.67
HSL 251.35º 0.79% 0.18% -
HSV(B) 251.35º 0.88% 0.33% -
XYZ 2.09 1.05 8.48 -
YUV 22.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 24 10 84 0.71 0.88 0 0.67 251.35 0.79 0.18
Hex 18 A 54 47 58 0 43 FB 4F 12
Octal 30 12 124 107 130 0 103 373 117 22
Binary 11000 1010 1010100 1000111 1011000 0 1000011 11111011 1001111 10010

Color Harmonies of #180A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A54

Black with #180A54

Text Example


Text Example

White with #180A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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