#18108D

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

Shades of Ultramarine #18108D

Tints of Ultramarine #18108D

Color information

#18108D (or 0x18108D) is unknown color: approx Ultramarine. HEX triplet: 18, 10 and 8D. RGB value is (24,16,141). Sum of RGB (Red+Green+Blue) = 24+16+141=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 141 (55.47% from 255 or 77.90% from 181); Max value from RGB is 141 - color contains mainly: blue. Hex color #18108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18108D is #E7EF72. Grayscale: #202020. Windows color (decimal): -15200115 or 9244696. OLE color: 9244696.

HSL color Cylindrical-coordinate representation of color #18108D: hue angle of 243.84º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18108D is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2416141-
CMYK0.830.8900.45
HSL243.84º79.62%30.78%-
HSV(B)243.84º88.65%55.29%-
XYZ5.372.4925.4-
YUV32.64189.15121.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.26%
GREEN value IS 16 (6.64% from 255) = 8.84%
BLUE value IS 141 (55.47% from 255) = 77.90%
R=13.26%
G=8.84%
B=77.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24161410.830.8900.45243.8479.6230.78
Hex18108D535902Df4501f
Octal302021512313105536412037
Binary11000100001000110110100111011001010110111110100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18108D; }

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

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

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

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

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

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

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

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