#181281

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

Shades of Ultramarine #181281

Tints of Ultramarine #181281

Color information

#181281 (or 0x181281) is unknown color: approx Ultramarine. HEX triplet: 18, 12 and 81. RGB value is (24,18,129). Sum of RGB (Red+Green+Blue) = 24+18+129=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 129 (50.78% from 255 or 75.44% from 171); Max value from RGB is 129 - color contains mainly: blue. Hex color #181281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181281 is #E7ED7E. Grayscale: #202020. Windows color (decimal): -15199615 or 8458776. OLE color: 8458776.

HSL color Cylindrical-coordinate representation of color #181281: hue angle of 243.24º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #181281 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2418129-
CMYK0.810.8600.49
HSL243.24º75.51%28.82%-
HSV(B)243.24º86.05%50.59%-
XYZ4.562.2120.96-
YUV32.45182.49121.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 129 (50.78% from 255) = 75.44%
R=14.04%
G=10.53%
B=75.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24181290.810.8600.49243.2475.5128.82
Hex1812815156031f34c1d
Octal302220112112606136311435
Binary11000100101000000110100011010110011000111110011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181281; }

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

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

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

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

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

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

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

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