Html Css Color HEX #120293 Ultramarine

📋 copy color: '#120293'

red 18 ◦ green 2 ◦ blue 147

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

Shades of Ultramarine #120293

Tints of Ultramarine #120293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 88.02%

R = 10.78%
G = 1.2%
B = 88.02%

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

#120293 (or 0x120293) is known color: Ultramarine. HEX triplet: 12, 02 and 93. RGB value is (18,2,147). Sum of RGB (Red+Green+Blue) = 18+2+147=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 147 (57.81% from 255 or 88.02% from 167); Max value from RGB is 147 - color contains mainly: blue. Hex color #120293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120293 is #EDFD6C. Grayscale: #161616. Windows color (decimal): -15596909 or 9634322. OLE color: 9634322.

HSL color Cylindrical-coordinate representation of color #120293: hue angle of 246.62º 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 #120293 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 2 147 -
CMYK 0.88 0.99 0 0.42
HSL 246.62º 0.97% 0.29% -
HSV(B) 246.62º 0.99% 0.58% -
XYZ 5.54 2.28 27.75 -
YUV 23.31 197.8 124.21 -
System Red Green Blue C M Y K H S L
Decimal 18 2 147 0.88 0.99 0 0.42 246.62 0.97 0.29
Hex 12 2 93 58 63 0 2A F7 61 1D
Octal 22 2 223 130 143 0 52 367 141 35
Binary 10010 10 10010011 1011000 1100011 0 101010 11110111 1100001 11101

Color Harmonies of #120293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120293

Black with #120293

Text Example


Text Example

White with #120293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120293; }

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

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

background-color css

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

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

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

border-color css

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

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

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