Html Css Color HEX #120289 Ultramarine

📋 copy color: '#120289'

red 18 ◦ green 2 ◦ blue 137

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

Shades of Ultramarine #120289

Tints of Ultramarine #120289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 11.46%
G = 1.27%
B = 87.26%

CMYK

 C value IS 0.87

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#120289 (or 0x120289) is known color: Ultramarine. HEX triplet: 12, 02 and 89. RGB value is (18,2,137). Sum of RGB (Red+Green+Blue) = 18+2+137=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 137 (53.91% from 255 or 87.26% from 157); Max value from RGB is 137 - color contains mainly: blue. Hex color #120289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120289 is #EDFD76. Grayscale: #151515. Windows color (decimal): -15596919 or 8978962. OLE color: 8978962.

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

Color convert

RGB 18 2 137 -
CMYK 0.87 0.99 0 0.46
HSL 247.11º 0.97% 0.27% -
HSV(B) 247.11º 0.99% 0.54% -
XYZ 4.79 1.98 23.8 -
YUV 22.17 192.8 125.02 -
System Red Green Blue C M Y K H S L
Decimal 18 2 137 0.87 0.99 0 0.46 247.11 0.97 0.27
Hex 12 2 89 57 63 0 2E F7 61 1B
Octal 22 2 211 127 143 0 56 367 141 33
Binary 10010 10 10001001 1010111 1100011 0 101110 11110111 1100001 11011

Color Harmonies of #120289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120289

Black with #120289

Text Example


Text Example

White with #120289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120289; }

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

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

background-color css

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

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

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

border-color css

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

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

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