#12097E

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

Shades of Ultramarine #12097E

Tints of Ultramarine #12097E

Color information

#12097E (or 0x12097E) is unknown color: approx Ultramarine. HEX triplet: 12, 09 and 7E. RGB value is (18,9,126). Sum of RGB (Red+Green+Blue) = 18+9+126=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 126 (49.61% from 255 or 82.35% from 153); Max value from RGB is 126 - color contains mainly: blue. Hex color #12097E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12097E is #EDF681. Grayscale: #181818. Windows color (decimal): -15595138 or 8259858. OLE color: 8259858.

HSL color Cylindrical-coordinate representation of color #12097E: hue angle of 244.62º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12097E is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB189126-
CMYK0.860.9300.51
HSL244.62º86.67%26.47%-
HSV(B)244.62º92.86%49.41%-
XYZ4.111.8319.88-
YUV25.03184.98122.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 126 (49.61% from 255) = 82.35%
R=11.76%
G=5.88%
B=82.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1891260.860.9300.51244.6286.6726.47
Hex1297E565D033f5571a
Octal221117612613506336512732
Binary100101001111111010101101011101011001111110101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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