Html Css Color HEX #120789 Ultramarine

📋 copy color: '#120789'

red 18 ◦ green 7 ◦ blue 137

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

Shades of Ultramarine #120789

Tints of Ultramarine #120789

RGB

 RED value IS 18 (7.42% from 255) = 11.11%

 GREEN value IS 7 (3.13% from 255) = 4.32%

 BLUE value IS 137 (53.91% from 255) = 84.57%

R = 11.11%
G = 4.32%
B = 84.57%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#120789 (or 0x120789) is known color: Ultramarine. HEX triplet: 12, 07 and 89. RGB value is (18,7,137). Sum of RGB (Red+Green+Blue) = 18+7+137=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 137 (53.91% from 255 or 84.57% from 162); Max value from RGB is 137 - color contains mainly: blue. Hex color #120789 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120789 is #EDF876. Grayscale: #181818. Windows color (decimal): -15595639 or 8980242. OLE color: 8980242.

HSL color Cylindrical-coordinate representation of color #120789: hue angle of 245.08º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120789 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 7 137 -
CMYK 0.87 0.95 0 0.46
HSL 245.08º 0.9% 0.28% -
HSV(B) 245.08º 0.95% 0.54% -
XYZ 4.84 2.09 23.81 -
YUV 25.11 191.14 122.93 -
System Red Green Blue C M Y K H S L
Decimal 18 7 137 0.87 0.95 0 0.46 245.08 0.9 0.28
Hex 12 7 89 57 5F 0 2E F5 5A 1C
Octal 22 7 211 127 137 0 56 365 132 34
Binary 10010 111 10001001 1010111 1011111 0 101110 11110101 1011010 11100

Color Harmonies of #120789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120789

Black with #120789

Text Example


Text Example

White with #120789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120789; }

 p { color: rgb(18,7,137); }

 H1.HeaderClassName
 {
   color: #120789;
 }
 .AnyTagClassName
 {
   color: #120789;
 }
</style>

background-color css

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

 a { background-color: rgb(18,7,137); }

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

border-color css

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

 span { border-color: rgb(18,7,137); }

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