#12198A

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

Shades of Ultramarine #12198A

Tints of Ultramarine #12198A

Color information

#12198A (or 0x12198A) is unknown color: approx Ultramarine. HEX triplet: 12, 19 and 8A. RGB value is (18,25,138). Sum of RGB (Red+Green+Blue) = 18+25+138=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 138 (54.30% from 255 or 76.24% from 181); Max value from RGB is 138 - color contains mainly: blue. Hex color #12198A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12198A is #EDE675. Grayscale: #232323. Windows color (decimal): -15591030 or 9050386. OLE color: 9050386.

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

Color convert

RGB1825138-
CMYK0.870.8200.46
HSL236.5º76.92%30.59%-
HSV(B)236.5º86.96%54.12%-
XYZ5.182.6624.28-
YUV35.79185.68115.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.94%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 138 (54.30% from 255) = 76.24%
R=9.94%
G=13.81%
B=76.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18251380.870.8200.46236.576.9230.59
Hex12198A575202Eec4d1f
Octal223121212712205635411537
Binary10010110011000101010101111010010010111011101100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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