#12098A

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

Shades of Ultramarine #12098A

Tints of Ultramarine #12098A

Color information

#12098A (or 0x12098A) is unknown color: approx Ultramarine. HEX triplet: 12, 09 and 8A. RGB value is (18,9,138). Sum of RGB (Red+Green+Blue) = 18+9+138=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 138 (54.30% from 255 or 83.64% from 165); Max value from RGB is 138 - color contains mainly: blue. Hex color #12098A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12098A is #EDF675. Grayscale: #191919. Windows color (decimal): -15595126 or 9046290. OLE color: 9046290.

HSL color Cylindrical-coordinate representation of color #12098A: hue angle of 244.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12098A is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB189138-
CMYK0.870.9300.46
HSL244.19º87.76%28.82%-
HSV(B)244.19º93.48%54.12%-
XYZ4.932.1624.2-
YUV26.4190.98122.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 9 (3.91% from 255) = 5.45%
BLUE value IS 138 (54.30% from 255) = 83.64%
R=10.91%
G=5.45%
B=83.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1891380.870.9300.46244.1987.7628.82
Hex1298A575D02Ef4581d
Octal221121212713505636413035
Binary1001010011000101010101111011101010111011110100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12098A; }

 p { color: rgb(18,9,138); }

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

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

 a { background-color: rgb(18,9,138); }

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

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

 span { border-color: rgb(18,9,138); }

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