Html Css Color HEX #120F87 Ultramarine

📋 copy color: '#120F87'

red 18 ◦ green 15 ◦ blue 135

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

Shades of Ultramarine #120F87

Tints of Ultramarine #120F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 80.36%

R = 10.71%
G = 8.93%
B = 80.36%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#120F87 (or 0x120F87) is known color: Ultramarine. HEX triplet: 12, 0F and 87. RGB value is (18,15,135). Sum of RGB (Red+Green+Blue) = 18+15+135=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #120F87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120F87 is #EDF078. Grayscale: #1D1D1D. Windows color (decimal): -15593593 or 8851218. OLE color: 8851218.

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

Color convert

RGB 18 15 135 -
CMYK 0.87 0.89 0 0.47
HSL 241.5º 0.8% 0.29% -
HSV(B) 241.5º 0.89% 0.53% -
XYZ 4.79 2.22 23.1 -
YUV 29.58 187.49 119.74 -
System Red Green Blue C M Y K H S L
Decimal 18 15 135 0.87 0.89 0 0.47 241.5 0.8 0.29
Hex 12 F 87 57 59 0 2F F2 50 1D
Octal 22 17 207 127 131 0 57 362 120 35
Binary 10010 1111 10000111 1010111 1011001 0 101111 11110010 1010000 11101

Color Harmonies of #120F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F87

Black with #120F87

Text Example


Text Example

White with #120F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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