Html Css Color HEX #181550 Paua

📋 copy color: '#181550'

red 24 ◦ green 21 ◦ blue 80

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

Shades of Paua #181550

Tints of Paua #181550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.8%

 BLUE value IS 80 (31.64% from 255) = 64%

R = 19.2%
G = 16.8%
B = 64%

CMYK

 C value IS 0.70

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#181550 (or 0x181550) is known color: Paua. HEX triplet: 18, 15 and 50. RGB value is (24,21,80). Sum of RGB (Red+Green+Blue) = 24+21+80=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #181550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181550 is #E7EAAF. Grayscale: #1C1C1C. Windows color (decimal): -15198896 or 5248280. OLE color: 5248280.

HSL color Cylindrical-coordinate representation of color #181550: hue angle of 243.05º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181550 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 21 80 -
CMYK 0.70 0.74 0 0.69
HSL 243.05º 0.58% 0.2% -
HSV(B) 243.05º 0.74% 0.31% -
XYZ 2.09 1.31 7.73 -
YUV 28.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 24 21 80 0.70 0.74 0 0.69 243.05 0.58 0.2
Hex 18 15 50 46 4A 0 45 F3 3A 14
Octal 30 25 120 106 112 0 105 363 72 24
Binary 11000 10101 1010000 1000110 1001010 0 1000101 11110011 111010 10100

Color Harmonies of #181550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181550

Black with #181550

Text Example


Text Example

White with #181550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181550; }

 p { color: rgb(24,21,80); }

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

background-color css

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

 a { background-color: rgb(24,21,80); }

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

border-color css

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

 span { border-color: rgb(24,21,80); }

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