#120B83

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

Shades of Ultramarine #120B83

Tints of Ultramarine #120B83

Color information

#120B83 (or 0x120B83) is unknown color: approx Ultramarine. HEX triplet: 12, 0B and 83. RGB value is (18,11,131). Sum of RGB (Red+Green+Blue) = 18+11+131=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 11 (4.69% from 255 or 6.88% from 160); Blue value is 131 (51.56% from 255 or 81.88% from 160); Max value from RGB is 131 - color contains mainly: blue. Hex color #120B83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120B83 is #EDF47C. Grayscale: #1A1A1A. Windows color (decimal): -15594621 or 8588050. OLE color: 8588050.

HSL color Cylindrical-coordinate representation of color #120B83: hue angle of 243.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120B83 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1811131-
CMYK0.860.9200.49
HSL243.5º84.51%27.84%-
HSV(B)243.5º91.6%51.37%-
XYZ4.472.0121.62-
YUV26.77186.82121.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 11 (4.69% from 255) = 6.88%
BLUE value IS 131 (51.56% from 255) = 81.88%
R=11.25%
G=6.88%
B=81.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18111310.860.9200.49243.584.5127.84
Hex12B83565C031f4551c
Octal221320312613406136412534
Binary1001010111000001110101101011100011000111110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120B83; }

 p { color: rgb(18,11,131); }

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

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

 a { background-color: rgb(18,11,131); }

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

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

 span { border-color: rgb(18,11,131); }

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