Html Css Color HEX #181050 Paua

📋 copy color: '#181050'

red 24 ◦ green 16 ◦ blue 80

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

Shades of Paua #181050

Tints of Paua #181050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.33%

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

R = 20%
G = 13.33%
B = 66.67%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#181050 (or 0x181050) is known color: Paua. HEX triplet: 18, 10 and 50. RGB value is (24,16,80). Sum of RGB (Red+Green+Blue) = 24+16+80=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #181050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181050 is #E7EFAF. Grayscale: #191919. Windows color (decimal): -15200176 or 5247000. OLE color: 5247000.

HSL color Cylindrical-coordinate representation of color #181050: hue angle of 247.5º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181050 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 24 16 80 -
CMYK 0.70 0.80 0 0.69
HSL 247.5º 0.67% 0.19% -
HSV(B) 247.5º 0.8% 0.31% -
XYZ 2.01 1.14 7.7 -
YUV 25.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 24 16 80 0.70 0.80 0 0.69 247.5 0.67 0.19
Hex 18 10 50 46 50 0 45 F8 43 13
Octal 30 20 120 106 120 0 105 370 103 23
Binary 11000 10000 1010000 1000110 1010000 0 1000101 11111000 1000011 10011

Color Harmonies of #181050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181050

Black with #181050

Text Example


Text Example

White with #181050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181050; }

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

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

background-color css

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

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

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

border-color css

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

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

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