Html Css Color HEX #121099 Ultramarine

📋 copy color: '#121099'

red 18 ◦ green 16 ◦ blue 153

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

Shades of Ultramarine #121099

Tints of Ultramarine #121099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

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

R = 9.63%
G = 8.56%
B = 81.82%

CMYK

 C value IS 0.88

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#121099 (or 0x121099) is known color: Ultramarine. HEX triplet: 12, 10 and 99. RGB value is (18,16,153). Sum of RGB (Red+Green+Blue) = 18+16+153=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 153 (60.16% from 255 or 81.82% from 187); Max value from RGB is 153 - color contains mainly: blue. Hex color #121099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121099 is #EDEF66. Grayscale: #1F1F1F. Windows color (decimal): -15593319 or 10031122. OLE color: 10031122.

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

Color convert

RGB 18 16 153 -
CMYK 0.88 0.90 0 0.4
HSL 240.88º 0.81% 0.33% -
HSV(B) 240.88º 0.9% 0.6% -
XYZ 6.18 2.8 30.35 -
YUV 32.22 196.16 117.86 -
System Red Green Blue C M Y K H S L
Decimal 18 16 153 0.88 0.90 0 0.4 240.88 0.81 0.33
Hex 12 10 99 58 5A 0 28 F1 51 21
Octal 22 20 231 130 132 0 50 361 121 41
Binary 10010 10000 10011001 1011000 1011010 0 101000 11110001 1010001 100001

Color Harmonies of #121099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121099

Black with #121099

Text Example


Text Example

White with #121099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121099; }

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

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

background-color css

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

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

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

border-color css

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

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

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