Html Css Color HEX #121097 Ultramarine

📋 copy color: '#121097'

red 18 ◦ green 16 ◦ blue 151

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

Shades of Ultramarine #121097

Tints of Ultramarine #121097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 81.62%

R = 9.73%
G = 8.65%
B = 81.62%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#121097 (or 0x121097) is known color: Ultramarine. HEX triplet: 12, 10 and 97. RGB value is (18,16,151). Sum of RGB (Red+Green+Blue) = 18+16+151=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 151 (59.38% from 255 or 81.62% from 185); Max value from RGB is 151 - color contains mainly: blue. Hex color #121097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121097 is #EDEF68. Grayscale: #1F1F1F. Windows color (decimal): -15593321 or 9900050. OLE color: 9900050.

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

Color convert

RGB 18 16 151 -
CMYK 0.88 0.89 0 0.41
HSL 240.89º 0.81% 0.33% -
HSV(B) 240.89º 0.89% 0.59% -
XYZ 6.02 2.73 29.49 -
YUV 31.99 195.16 118.02 -
System Red Green Blue C M Y K H S L
Decimal 18 16 151 0.88 0.89 0 0.41 240.89 0.81 0.33
Hex 12 10 97 58 59 0 29 F1 51 21
Octal 22 20 227 130 131 0 51 361 121 41
Binary 10010 10000 10010111 1011000 1011001 0 101001 11110001 1010001 100001

Color Harmonies of #121097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121097

Black with #121097

Text Example


Text Example

White with #121097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121097; }

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

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

background-color css

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

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

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

border-color css

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

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

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