#181950

Color #181950 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #181950

Tints of Paua #181950

Color information

#181950 (or 0x181950) is unknown color: approx 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

RGB242580-
CMYK0.700.6900.69
HSL238.93º53.85%20.39%-
HSV(B)238.93º70%31.37%-
XYZ2.171.477.76-
YUV30.97155.67123.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 80 (31.64% from 255) = 62.02%
R=18.60%
G=19.38%
B=62.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2425800.700.6900.69238.9353.8520.39
Hex1819504645045ef3614
Octal303112010610501053576624
Binary1100011001101000010001101000101010001011110111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>