Html Css Color HEX #181249 Paua

📋 copy color: '#181249'

red 24 ◦ green 18 ◦ blue 73

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

Shades of Paua #181249

Tints of Paua #181249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

 BLUE value IS 73 (28.91% from 255) = 63.48%

R = 20.87%
G = 15.65%
B = 63.48%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#181249 (or 0x181249) is known color: Paua. HEX triplet: 18, 12 and 49. RGB value is (24,18,73). Sum of RGB (Red+Green+Blue) = 24+18+73=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 73 (28.91% from 255 or 63.48% from 115); Max value from RGB is 73 - color contains mainly: blue. Hex color #181249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181249 is #E7EDB6. Grayscale: #191919. Windows color (decimal): -15199671 or 4788760. OLE color: 4788760.

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

Color convert

RGB 24 18 73 -
CMYK 0.67 0.75 0 0.71
HSL 246.55º 0.6% 0.18% -
HSV(B) 246.55º 0.75% 0.29% -
XYZ 1.8 1.11 6.42 -
YUV 26.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 24 18 73 0.67 0.75 0 0.71 246.55 0.6 0.18
Hex 18 12 49 43 4B 0 47 F7 3C 12
Octal 30 22 111 103 113 0 107 367 74 22
Binary 11000 10010 1001001 1000011 1001011 0 1000111 11110111 111100 10010

Color Harmonies of #181249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181249

Black with #181249

Text Example


Text Example

White with #181249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181249; }

 p { color: rgb(24,18,73); }

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

background-color css

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

 a { background-color: rgb(24,18,73); }

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

border-color css

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

 span { border-color: rgb(24,18,73); }

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