#181555

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

Shades of Paua #181555

Tints of Paua #181555

Color information

#181555 (or 0x181555) is unknown color: approx Paua. HEX triplet: 18, 15 and 55. RGB value is (24,21,85). Sum of RGB (Red+Green+Blue) = 24+21+85=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 85 (33.59% from 255 or 65.38% from 130); Max value from RGB is 85 - color contains mainly: blue. Hex color #181555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181555 is #E7EAAA. Grayscale: #1C1C1C. Windows color (decimal): -15198891 or 5575960. OLE color: 5575960.

HSL color Cylindrical-coordinate representation of color #181555: hue angle of 242.81º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181555 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB242185-
CMYK0.720.7500.67
HSL242.81º60.38%20.78%-
HSV(B)242.81º75.29%33.33%-
XYZ2.281.398.74-
YUV29.19159.49124.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 85 (33.59% from 255) = 65.38%
R=18.46%
G=16.15%
B=65.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2421850.720.7500.67242.8160.3820.78
Hex181555484B043f33c15
Octal302512511011301033637425
Binary1100010101101010110010001001011010000111111001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181555; }

 p { color: rgb(24,21,85); }

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

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

 a { background-color: rgb(24,21,85); }

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

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

 span { border-color: rgb(24,21,85); }

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