#12199f

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

Shades of Ultramarine #12199F

Tints of Ultramarine #12199F

Color information

#12199F (or 0x12199F) is unknown color: approx Ultramarine. HEX triplet: 12, 19 and 9F. RGB value is (18,25,159). Sum of RGB (Red+Green+Blue) = 18+25+159=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #12199F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #12199F is #EDE660. Grayscale: #252525. Windows color (decimal): -15591009 or 10426642. OLE color: 10426642.

HSL color Cylindrical-coordinate representation of color #12199F: hue angle of 237.02º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12199F is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1825159-
CMYK0.890.8400.38
HSL237.02º79.66%34.71%-
HSV(B)237.02º88.68%62.35%-
XYZ6.863.3333.08-
YUV38.18196.18113.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 159 (62.5% from 255) = 78.71%
R=8.91%
G=12.38%
B=78.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal18251590.890.8400.38237.0279.6634.71
Hex12199F5954026ed5023
Octal223123713112404635512043
Binary100101100110011111101100110101000100110111011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12199f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12199f; }

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

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

<style>
 a { background-color: #12199f; }

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

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

<style>
 span { border-color: #12199f; }

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

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