Html Css Color HEX #180952 Paua

📋 copy color: '#180952'

red 24 ◦ green 9 ◦ blue 82

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

Shades of Paua #180952

Tints of Paua #180952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 71.3%

R = 20.87%
G = 7.83%
B = 71.3%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#180952 (or 0x180952) is known color: Paua. HEX triplet: 18, 09 and 52. RGB value is (24,9,82). Sum of RGB (Red+Green+Blue) = 24+9+82=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 82 (32.42% from 255 or 71.30% from 115); Max value from RGB is 82 - color contains mainly: blue. Hex color #180952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180952 is #E7F6AD. Grayscale: #151515. Windows color (decimal): -15201966 or 5376280. OLE color: 5376280.

HSL color Cylindrical-coordinate representation of color #180952: hue angle of 252.33º 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 #180952 is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 24 9 82 -
CMYK 0.71 0.89 0 0.68
HSL 252.33º 0.8% 0.18% -
HSV(B) 252.33º 0.89% 0.32% -
XYZ 2 1 8.07 -
YUV 21.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 24 9 82 0.71 0.89 0 0.68 252.33 0.8 0.18
Hex 18 9 52 47 59 0 44 FC 50 12
Octal 30 11 122 107 131 0 104 374 120 22
Binary 11000 1001 1010010 1000111 1011001 0 1000100 11111100 1010000 10010

Color Harmonies of #180952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180952

Black with #180952

Text Example


Text Example

White with #180952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180952; }

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

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

background-color css

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

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

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

border-color css

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

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

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