Html Css Color HEX #121093 Ultramarine

📋 copy color: '#121093'

red 18 ◦ green 16 ◦ blue 147

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

Shades of Ultramarine #121093

Tints of Ultramarine #121093

RGB

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

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

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

R = 9.94%
G = 8.84%
B = 81.22%

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

#121093 (or 0x121093) is known color: Ultramarine. HEX triplet: 12, 10 and 93. RGB value is (18,16,147). Sum of RGB (Red+Green+Blue) = 18+16+147=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 147 (57.81% from 255 or 81.22% from 181); Max value from RGB is 147 - color contains mainly: blue. Hex color #121093 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121093 is #EDEF6C. Grayscale: #1F1F1F. Windows color (decimal): -15593325 or 9637906. OLE color: 9637906.

HSL color Cylindrical-coordinate representation of color #121093: hue angle of 240.92º degrees, saturation: 0.8, 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 #121093 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 16 147 -
CMYK 0.88 0.89 0 0.42
HSL 240.92º 0.8% 0.32% -
HSV(B) 240.92º 0.89% 0.58% -
XYZ 5.7 2.61 27.81 -
YUV 31.53 193.16 118.35 -
System Red Green Blue C M Y K H S L
Decimal 18 16 147 0.88 0.89 0 0.42 240.92 0.8 0.32
Hex 12 10 93 58 59 0 2A F1 50 20
Octal 22 20 223 130 131 0 52 361 120 40
Binary 10010 10000 10010011 1011000 1011001 0 101010 11110001 1010000 100000

Color Harmonies of #121093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121093

Black with #121093

Text Example


Text Example

White with #121093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121093; }

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

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

background-color css

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

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

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

border-color css

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

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

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