#12108E

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

Shades of Ultramarine #12108E

Tints of Ultramarine #12108E

Color information

#12108E (or 0x12108E) is unknown color: approx Ultramarine. HEX triplet: 12, 10 and 8E. RGB value is (18,16,142). Sum of RGB (Red+Green+Blue) = 18+16+142=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 142 (55.86% from 255 or 80.68% from 176); Max value from RGB is 142 - color contains mainly: blue. Hex color #12108E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12108E is #EDEF71. Grayscale: #1E1E1E. Windows color (decimal): -15593330 or 9310226. OLE color: 9310226.

HSL color Cylindrical-coordinate representation of color #12108E: hue angle of 240.95º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12108E is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1816142-
CMYK0.870.8900.44
HSL240.95º79.75%30.98%-
HSV(B)240.95º88.73%55.69%-
XYZ5.322.4525.78-
YUV30.96190.66118.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 142 (55.86% from 255) = 80.68%
R=10.23%
G=9.09%
B=80.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18161420.870.8900.44240.9579.7530.98
Hex12108E575902Cf1501f
Octal222021612713105436112037
Binary10010100001000111010101111011001010110011110001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12108E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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