Html Css Color HEX #120294 Ultramarine

📋 copy color: '#120294'

red 18 ◦ green 2 ◦ blue 148

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

Shades of Ultramarine #120294

Tints of Ultramarine #120294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 88.1%

R = 10.71%
G = 1.19%
B = 88.1%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120294 (or 0x120294) is known color: Ultramarine. HEX triplet: 12, 02 and 94. RGB value is (18,2,148). Sum of RGB (Red+Green+Blue) = 18+2+148=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 148 (58.20% from 255 or 88.10% from 168); Max value from RGB is 148 - color contains mainly: blue. Hex color #120294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120294 is #EDFD6B. Grayscale: #161616. Windows color (decimal): -15596908 or 9699858. OLE color: 9699858.

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

Color convert

RGB 18 2 148 -
CMYK 0.88 0.99 0 0.42
HSL 246.58º 0.97% 0.29% -
HSV(B) 246.58º 0.99% 0.58% -
XYZ 5.62 2.31 28.17 -
YUV 23.43 198.3 124.13 -
System Red Green Blue C M Y K H S L
Decimal 18 2 148 0.88 0.99 0 0.42 246.58 0.97 0.29
Hex 12 2 94 58 63 0 2A F7 61 1D
Octal 22 2 224 130 143 0 52 367 141 35
Binary 10010 10 10010100 1011000 1100011 0 101010 11110111 1100001 11101

Color Harmonies of #120294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120294

Black with #120294

Text Example


Text Example

White with #120294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120294; }

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

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

background-color css

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

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

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

border-color css

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

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

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