#12108D

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

Shades of Ultramarine #12108D

Tints of Ultramarine #12108D

Color information

#12108D (or 0x12108D) is unknown color: approx Ultramarine. HEX triplet: 12, 10 and 8D. RGB value is (18,16,141). Sum of RGB (Red+Green+Blue) = 18+16+141=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #12108D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12108D is #EDEF72. Grayscale: #1E1E1E. Windows color (decimal): -15593331 or 9244690. OLE color: 9244690.

HSL color Cylindrical-coordinate representation of color #12108D: hue angle of 240.96º 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 #12108D is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1816141-
CMYK0.870.8900.45
HSL240.96º79.62%30.78%-
HSV(B)240.96º88.65%55.29%-
XYZ5.242.4225.39-
YUV30.85190.16118.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.29%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 141 (55.47% from 255) = 80.57%
R=10.29%
G=9.14%
B=80.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18161410.870.8900.45240.9679.6230.78
Hex12108D575902Df1501f
Octal222021512713105536112037
Binary10010100001000110110101111011001010110111110001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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