Html Css Color HEX #120199 Ultramarine

📋 copy color: '#120199'

red 18 ◦ green 1 ◦ blue 153

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

Shades of Ultramarine #120199

Tints of Ultramarine #120199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 88.95%

R = 10.47%
G = 0.58%
B = 88.95%

CMYK

 C value IS 0.88

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#120199 (or 0x120199) is known color: Ultramarine. HEX triplet: 12, 01 and 99. RGB value is (18,1,153). Sum of RGB (Red+Green+Blue) = 18+1+153=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 153 (60.16% from 255 or 88.95% from 172); Max value from RGB is 153 - color contains mainly: blue. Hex color #120199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120199 is #EDFE66. Grayscale: #161616. Windows color (decimal): -15597159 or 10027282. OLE color: 10027282.

HSL color Cylindrical-coordinate representation of color #120199: hue angle of 246.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120199 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 18 1 153 -
CMYK 0.88 0.99 0 0.4
HSL 246.71º 0.99% 0.3% -
HSV(B) 246.71º 0.99% 0.6% -
XYZ 6.01 2.45 30.29 -
YUV 23.41 201.13 124.14 -
System Red Green Blue C M Y K H S L
Decimal 18 1 153 0.88 0.99 0 0.4 246.71 0.99 0.3
Hex 12 1 99 58 63 0 28 F7 63 1E
Octal 22 1 231 130 143 0 50 367 143 36
Binary 10010 1 10011001 1011000 1100011 0 101000 11110111 1100011 11110

Color Harmonies of #120199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120199

Black with #120199

Text Example


Text Example

White with #120199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120199; }

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

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

background-color css

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

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

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

border-color css

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

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

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