#181051

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

Shades of Paua #181051

Tints of Paua #181051

Color information

#181051 (or 0x181051) is unknown color: approx Paua. HEX triplet: 18, 10 and 51. RGB value is (24,16,81). Sum of RGB (Red+Green+Blue) = 24+16+81=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #181051 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181051 is #E7EFAE. Grayscale: #191919. Windows color (decimal): -15200175 or 5312536. OLE color: 5312536.

HSL color Cylindrical-coordinate representation of color #181051: hue angle of 247.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181051 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB241681-
CMYK0.700.8000.68
HSL247.38º67.01%19.02%-
HSV(B)247.38º80.25%31.76%-
XYZ2.051.167.9-
YUV25.8159.15126.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 81 (32.03% from 255) = 66.94%
R=19.83%
G=13.22%
B=66.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2416810.700.8000.68247.3867.0119.02
Hex1810514650044f74313
Octal3020121106120010436710323
Binary11000100001010001100011010100000100010011110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181051; }

 p { color: rgb(24,16,81); }

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

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

 a { background-color: rgb(24,16,81); }

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

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

 span { border-color: rgb(24,16,81); }

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