Html Css Color HEX #181950 Paua

📋 copy color: '#181950'

red 24 ◦ green 25 ◦ blue 80

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

Shades of Paua #181950

Tints of Paua #181950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.38%

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

R = 18.6%
G = 19.38%
B = 62.02%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#181950 (or 0x181950) is known color: Paua. HEX triplet: 18, 19 and 50. RGB value is (24,25,80). Sum of RGB (Red+Green+Blue) = 24+25+80=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #181950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181950 is #E7E6AF. Grayscale: #1E1E1E. Windows color (decimal): -15197872 or 5249304. OLE color: 5249304.

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

Color convert

RGB 24 25 80 -
CMYK 0.70 0.69 0 0.69
HSL 238.93º 0.54% 0.2% -
HSV(B) 238.93º 0.7% 0.31% -
XYZ 2.17 1.47 7.76 -
YUV 30.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 24 25 80 0.70 0.69 0 0.69 238.93 0.54 0.2
Hex 18 19 50 46 45 0 45 EF 36 14
Octal 30 31 120 106 105 0 105 357 66 24
Binary 11000 11001 1010000 1000110 1000101 0 1000101 11101111 110110 10100

Color Harmonies of #181950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181950

Black with #181950

Text Example


Text Example

White with #181950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181950; }

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

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

background-color css

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

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

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

border-color css

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

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

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