Html Css Color HEX #121693 Ultramarine

📋 copy color: '#121693'

red 18 ◦ green 22 ◦ blue 147

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

Shades of Ultramarine #121693

Tints of Ultramarine #121693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.76%

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

R = 9.63%
G = 11.76%
B = 78.61%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#121693 (or 0x121693) is known color: Ultramarine. HEX triplet: 12, 16 and 93. RGB value is (18,22,147). Sum of RGB (Red+Green+Blue) = 18+22+147=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #121693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121693 is #EDE96C. Grayscale: #222222. Windows color (decimal): -15591789 or 9639442. OLE color: 9639442.

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

Color convert

RGB 18 22 147 -
CMYK 0.88 0.85 0 0.42
HSL 238.14º 0.78% 0.32% -
HSV(B) 238.14º 0.88% 0.58% -
XYZ 5.8 2.81 27.84 -
YUV 35.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 18 22 147 0.88 0.85 0 0.42 238.14 0.78 0.32
Hex 12 16 93 58 55 0 2A EE 4E 20
Octal 22 26 223 130 125 0 52 356 116 40
Binary 10010 10110 10010011 1011000 1010101 0 101010 11101110 1001110 100000

Color Harmonies of #121693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121693

Black with #121693

Text Example


Text Example

White with #121693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121693; }

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

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

background-color css

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

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

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

border-color css

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

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

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