#181250

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

Shades of Paua #181250

Tints of Paua #181250

Color information

#181250 (or 0x181250) is unknown color: approx Paua. HEX triplet: 18, 12 and 50. RGB value is (24,18,80). Sum of RGB (Red+Green+Blue) = 24+18+80=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #181250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181250 is #E7EDAF. Grayscale: #1A1A1A. Windows color (decimal): -15199664 or 5247512. OLE color: 5247512.

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

Color convert

RGB241880-
CMYK0.700.7800.69
HSL245.81º63.27%19.22%-
HSV(B)245.81º77.5%31.37%-
XYZ2.041.217.71-
YUV26.86157.99125.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 80 (31.64% from 255) = 65.57%
R=19.67%
G=14.75%
B=65.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2418800.700.7800.69245.8163.2719.22
Hex181250464E045f63f13
Octal302212010611601053667723
Binary1100010010101000010001101001110010001011111011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181250; }

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

 H1.HeaderClassName
 {
   color: #181250;
 }
 .AnyTagClassName
 {
   color: #181250;
 }
</style>
background-color css

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

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

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

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

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

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