Html Css Color HEX #120290 Ultramarine

📋 copy color: '#120290'

red 18 ◦ green 2 ◦ blue 144

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

Shades of Ultramarine #120290

Tints of Ultramarine #120290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 87.8%

R = 10.98%
G = 1.22%
B = 87.8%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#120290 (or 0x120290) is known color: Ultramarine. HEX triplet: 12, 02 and 90. RGB value is (18,2,144). Sum of RGB (Red+Green+Blue) = 18+2+144=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 144 (56.64% from 255 or 87.80% from 164); Max value from RGB is 144 - color contains mainly: blue. Hex color #120290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120290 is #EDFD6F. Grayscale: #161616. Windows color (decimal): -15596912 or 9437714. OLE color: 9437714.

HSL color Cylindrical-coordinate representation of color #120290: hue angle of 246.76º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120290 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 2 144 -
CMYK 0.88 0.99 0 0.44
HSL 246.76º 0.97% 0.29% -
HSV(B) 246.76º 0.99% 0.56% -
XYZ 5.31 2.19 26.53 -
YUV 22.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 18 2 144 0.88 0.99 0 0.44 246.76 0.97 0.29
Hex 12 2 90 58 63 0 2C F7 61 1D
Octal 22 2 220 130 143 0 54 367 141 35
Binary 10010 10 10010000 1011000 1100011 0 101100 11110111 1100001 11101

Color Harmonies of #120290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120290

Black with #120290

Text Example


Text Example

White with #120290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120290; }

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

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

background-color css

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

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

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

border-color css

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

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

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