Html Css Color HEX #120993 Ultramarine

📋 copy color: '#120993'

red 18 ◦ green 9 ◦ blue 147

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

Shades of Ultramarine #120993

Tints of Ultramarine #120993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.17%

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

R = 10.34%
G = 5.17%
B = 84.48%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#120993 (or 0x120993) is known color: Ultramarine. HEX triplet: 12, 09 and 93. RGB value is (18,9,147). Sum of RGB (Red+Green+Blue) = 18+9+147=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 147 (57.81% from 255 or 84.48% from 174); Max value from RGB is 147 - color contains mainly: blue. Hex color #120993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120993 is #EDF66C. Grayscale: #1A1A1A. Windows color (decimal): -15595117 or 9636114. OLE color: 9636114.

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

Color convert

RGB 18 9 147 -
CMYK 0.88 0.94 0 0.42
HSL 243.91º 0.88% 0.31% -
HSV(B) 243.91º 0.94% 0.58% -
XYZ 5.61 2.43 27.78 -
YUV 27.42 195.48 121.28 -
System Red Green Blue C M Y K H S L
Decimal 18 9 147 0.88 0.94 0 0.42 243.91 0.88 0.31
Hex 12 9 93 58 5E 0 2A F4 58 1F
Octal 22 11 223 130 136 0 52 364 130 37
Binary 10010 1001 10010011 1011000 1011110 0 101010 11110100 1011000 11111

Color Harmonies of #120993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120993

Black with #120993

Text Example


Text Example

White with #120993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120993; }

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

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

background-color css

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

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

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

border-color css

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

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

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