Html Css Color HEX #180954 Paua

📋 copy color: '#180954'

red 24 ◦ green 9 ◦ blue 84

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

Shades of Paua #180954

Tints of Paua #180954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.69%

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

R = 20.51%
G = 7.69%
B = 71.79%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#180954 (or 0x180954) is known color: Paua. HEX triplet: 18, 09 and 54. RGB value is (24,9,84). Sum of RGB (Red+Green+Blue) = 24+9+84=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 84 (33.20% from 255 or 71.79% from 117); Max value from RGB is 84 - color contains mainly: blue. Hex color #180954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180954 is #E7F6AB. Grayscale: #151515. Windows color (decimal): -15201964 or 5507352. OLE color: 5507352.

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

Color convert

RGB 24 9 84 -
CMYK 0.71 0.89 0 0.67
HSL 252º 0.81% 0.18% -
HSV(B) 252º 0.89% 0.33% -
XYZ 2.07 1.03 8.48 -
YUV 22.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 24 9 84 0.71 0.89 0 0.67 252 0.81 0.18
Hex 18 9 54 47 59 0 43 FC 51 12
Octal 30 11 124 107 131 0 103 374 121 22
Binary 11000 1001 1010100 1000111 1011001 0 1000011 11111100 1010001 10010

Color Harmonies of #180954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180954

Black with #180954

Text Example


Text Example

White with #180954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180954; }

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

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

background-color css

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

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

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

border-color css

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

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

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