Html Css Color HEX #180951 Paua

📋 copy color: '#180951'

red 24 ◦ green 9 ◦ blue 81

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

Shades of Paua #180951

Tints of Paua #180951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 71.05%

R = 21.05%
G = 7.89%
B = 71.05%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#180951 (or 0x180951) is known color: Paua. HEX triplet: 18, 09 and 51. RGB value is (24,9,81). Sum of RGB (Red+Green+Blue) = 24+9+81=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 81 (32.03% from 255 or 71.05% from 114); Max value from RGB is 81 - color contains mainly: blue. Hex color #180951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180951 is #E7F6AE. Grayscale: #151515. Windows color (decimal): -15201967 or 5310744. OLE color: 5310744.

HSL color Cylindrical-coordinate representation of color #180951: hue angle of 252.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180951 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 9 81 -
CMYK 0.70 0.89 0 0.68
HSL 252.5º 0.8% 0.18% -
HSV(B) 252.5º 0.89% 0.32% -
XYZ 1.96 0.98 7.87 -
YUV 21.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 24 9 81 0.70 0.89 0 0.68 252.5 0.8 0.18
Hex 18 9 51 46 59 0 44 FD 50 12
Octal 30 11 121 106 131 0 104 375 120 22
Binary 11000 1001 1010001 1000110 1011001 0 1000100 11111101 1010000 10010

Color Harmonies of #180951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180951

Black with #180951

Text Example


Text Example

White with #180951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180951; }

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

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

background-color css

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

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

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

border-color css

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

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

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