#120693

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

Shades of Ultramarine #120693

Tints of Ultramarine #120693

Color information

#120693 (or 0x120693) is unknown color: approx Ultramarine. HEX triplet: 12, 06 and 93. RGB value is (18,6,147). Sum of RGB (Red+Green+Blue) = 18+6+147=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 147 (57.81% from 255 or 85.96% from 171); Max value from RGB is 147 - color contains mainly: blue. Hex color #120693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120693 is #EDF96C. Grayscale: #191919. Windows color (decimal): -15595885 or 9635346. OLE color: 9635346.

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

Color convert

RGB186147-
CMYK0.880.9600.42
HSL245.11º92.16%30%-
HSV(B)245.11º95.92%57.65%-
XYZ5.582.3727.77-
YUV25.66196.48122.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.53%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 147 (57.81% from 255) = 85.96%
R=10.53%
G=3.51%
B=85.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1861470.880.9600.42245.1192.1630
Hex12693586002Af55c1e
Octal22622313014005236513436
Binary100101101001001110110001100000010101011110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120693; }

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

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

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

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

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

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

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

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