#12198B

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

Shades of Ultramarine #12198B

Tints of Ultramarine #12198B

Color information

#12198B (or 0x12198B) is unknown color: approx Ultramarine. HEX triplet: 12, 19 and 8B. RGB value is (18,25,139). Sum of RGB (Red+Green+Blue) = 18+25+139=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 139 (54.69% from 255 or 76.37% from 182); Max value from RGB is 139 - color contains mainly: blue. Hex color #12198B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12198B is #EDE674. Grayscale: #232323. Windows color (decimal): -15591029 or 9115922. OLE color: 9115922.

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

Color convert

RGB1825139-
CMYK0.870.8200.45
HSL236.53º77.07%30.78%-
HSV(B)236.53º87.05%54.51%-
XYZ5.262.6924.67-
YUV35.9186.18115.23-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 139 (54.69% from 255) = 76.37%
R=9.89%
G=13.74%
B=76.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18251390.870.8200.45236.5377.0730.78
Hex12198B575202Ded4d1f
Octal223121312712205535511537
Binary10010110011000101110101111010010010110111101101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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