#181050

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

Shades of Paua #181050

Tints of Paua #181050

Color information

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

RGB241680-
CMYK0.700.8000.69
HSL247.5º66.67%18.82%-
HSV(B)247.5º80%31.37%-
XYZ2.011.147.7-
YUV25.69158.65126.8-

RGB Variations

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

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 (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2416800.700.8000.69247.566.6718.82
Hex1810504650045f84313
Octal3020120106120010537010323
Binary11000100001010000100011010100000100010111111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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