#120699

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

Shades of Ultramarine #120699

Tints of Ultramarine #120699

Color information

#120699 (or 0x120699) is unknown color: approx Ultramarine. HEX triplet: 12, 06 and 99. RGB value is (18,6,153). Sum of RGB (Red+Green+Blue) = 18+6+153=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #120699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120699 is #EDF966. Grayscale: #191919. Windows color (decimal): -15595879 or 10028562. OLE color: 10028562.

HSL color Cylindrical-coordinate representation of color #120699: hue angle of 244.9º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120699 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB186153-
CMYK0.880.9600.4
HSL244.9º92.45%31.18%-
HSV(B)244.9º96.08%60%-
XYZ6.062.5630.31-
YUV26.35199.48122.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 153 (60.16% from 255) = 86.44%
R=10.17%
G=3.39%
B=86.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1861530.880.9600.4244.992.4531.18
Hex126995860028f55c1f
Octal22623113014005036513437
Binary100101101001100110110001100000010100011110101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120699; }

 p { color: rgb(18,6,153); }

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

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

 a { background-color: rgb(18,6,153); }

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

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

 span { border-color: rgb(18,6,153); }

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