Html Css Color HEX #120193 Ultramarine

📋 copy color: '#120193'

red 18 ◦ green 1 ◦ blue 147

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

Shades of Ultramarine #120193

Tints of Ultramarine #120193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 10.84%
G = 0.6%
B = 88.55%

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

#120193 (or 0x120193) is known color: Ultramarine. HEX triplet: 12, 01 and 93. RGB value is (18,1,147). Sum of RGB (Red+Green+Blue) = 18+1+147=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #120193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120193 is #EDFE6C. Grayscale: #161616. Windows color (decimal): -15597165 or 9634066. OLE color: 9634066.

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

Color convert

RGB 18 1 147 -
CMYK 0.88 0.99 0 0.42
HSL 246.99º 0.99% 0.29% -
HSV(B) 246.99º 0.99% 0.58% -
XYZ 5.53 2.26 27.75 -
YUV 22.73 198.13 124.63 -
System Red Green Blue C M Y K H S L
Decimal 18 1 147 0.88 0.99 0 0.42 246.99 0.99 0.29
Hex 12 1 93 58 63 0 2A F7 63 1D
Octal 22 1 223 130 143 0 52 367 143 35
Binary 10010 1 10010011 1011000 1100011 0 101010 11110111 1100011 11101

Color Harmonies of #120193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120193

Black with #120193

Text Example


Text Example

White with #120193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120193; }

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

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

background-color css

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

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

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

border-color css

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

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

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