Html Css Color HEX #120F89 Ultramarine

📋 copy color: '#120F89'

red 18 ◦ green 15 ◦ blue 137

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

Shades of Ultramarine #120F89

Tints of Ultramarine #120F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.82%

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

R = 10.59%
G = 8.82%
B = 80.59%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#120F89 (or 0x120F89) is known color: Ultramarine. HEX triplet: 12, 0F and 89. RGB value is (18,15,137). Sum of RGB (Red+Green+Blue) = 18+15+137=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 15 (6.25% from 255 or 8.82% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #120F89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120F89 is #EDF076. Grayscale: #1D1D1D. Windows color (decimal): -15593591 or 8982290. OLE color: 8982290.

HSL color Cylindrical-coordinate representation of color #120F89: hue angle of 241.48º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120F89 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 15 137 -
CMYK 0.87 0.89 0 0.46
HSL 241.48º 0.8% 0.3% -
HSV(B) 241.48º 0.89% 0.54% -
XYZ 4.94 2.28 23.85 -
YUV 29.81 188.49 119.58 -
System Red Green Blue C M Y K H S L
Decimal 18 15 137 0.87 0.89 0 0.46 241.48 0.8 0.3
Hex 12 F 89 57 59 0 2E F1 50 1E
Octal 22 17 211 127 131 0 56 361 120 36
Binary 10010 1111 10001001 1010111 1011001 0 101110 11110001 1010000 11110

Color Harmonies of #120F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F89

Black with #120F89

Text Example


Text Example

White with #120F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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