Html Css Color HEX #120699 Ultramarine

📋 copy color: '#120699'

red 18 ◦ green 6 ◦ blue 153

#120699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #120699

Tints of Ultramarine #120699

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 value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#120699 (or 0x120699) is known color: 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

RGB 18 6 153 -
CMYK 0.88 0.96 0 0.4
HSL 244.9º 0.92% 0.31% -
HSV(B) 244.9º 0.96% 0.6% -
XYZ 6.06 2.56 30.31 -
YUV 26.35 199.48 122.05 -
System Red Green Blue C M Y K H S L
Decimal 18 6 153 0.88 0.96 0 0.4 244.9 0.92 0.31
Hex 12 6 99 58 60 0 28 F5 5C 1F
Octal 22 6 231 130 140 0 50 365 134 37
Binary 10010 110 10011001 1011000 1100000 0 101000 11110101 1011100 11111

Color Harmonies of #120699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120699

Black with #120699

Text Example


Text Example

White with #120699

Text Example


Text Example

HTML Codes & Css Web 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>