Html Css Color HEX #121095 Ultramarine

📋 copy color: '#121095'

red 18 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #121095

Tints of Ultramarine #121095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 81.42%

R = 9.84%
G = 8.74%
B = 81.42%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121095 (or 0x121095) is known color: Ultramarine. HEX triplet: 12, 10 and 95. RGB value is (18,16,149). Sum of RGB (Red+Green+Blue) = 18+16+149=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #121095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121095 is #EDEF6A. Grayscale: #1F1F1F. Windows color (decimal): -15593323 or 9768978. OLE color: 9768978.

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

Color convert

RGB 18 16 149 -
CMYK 0.88 0.89 0 0.42
HSL 240.9º 0.81% 0.32% -
HSV(B) 240.9º 0.89% 0.58% -
XYZ 5.86 2.67 28.64 -
YUV 31.76 194.16 118.19 -
System Red Green Blue C M Y K H S L
Decimal 18 16 149 0.88 0.89 0 0.42 240.9 0.81 0.32
Hex 12 10 95 58 59 0 2A F1 51 20
Octal 22 20 225 130 131 0 52 361 121 40
Binary 10010 10000 10010101 1011000 1011001 0 101010 11110001 1010001 100000

Color Harmonies of #121095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121095

Black with #121095

Text Example


Text Example

White with #121095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121095; }

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

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

background-color css

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

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

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

border-color css

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

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

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