Html Css Color HEX #181150 Paua

📋 copy color: '#181150'

red 24 ◦ green 17 ◦ blue 80

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

Shades of Paua #181150

Tints of Paua #181150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.05%

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

R = 19.83%
G = 14.05%
B = 66.12%

CMYK

 C value IS 0.70

 M value IS 0.79

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#181150 (or 0x181150) is known color: Paua. HEX triplet: 18, 11 and 50. RGB value is (24,17,80). Sum of RGB (Red+Green+Blue) = 24+17+80=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #181150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181150 is #E7EEAF. Grayscale: #1A1A1A. Windows color (decimal): -15199920 or 5247256. OLE color: 5247256.

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

Color convert

RGB 24 17 80 -
CMYK 0.70 0.79 0 0.69
HSL 246.67º 0.65% 0.19% -
HSV(B) 246.67º 0.79% 0.31% -
XYZ 2.03 1.17 7.71 -
YUV 26.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 24 17 80 0.70 0.79 0 0.69 246.67 0.65 0.19
Hex 18 11 50 46 4F 0 45 F7 41 13
Octal 30 21 120 106 117 0 105 367 101 23
Binary 11000 10001 1010000 1000110 1001111 0 1000101 11110111 1000001 10011

Color Harmonies of #181150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181150

Black with #181150

Text Example


Text Example

White with #181150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181150; }

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

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

background-color css

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

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

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

border-color css

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

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

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