Html Css Color HEX #121694 Ultramarine

📋 copy color: '#121694'

red 18 ◦ green 22 ◦ blue 148

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

Shades of Ultramarine #121694

Tints of Ultramarine #121694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 78.72%

R = 9.57%
G = 11.7%
B = 78.72%

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

#121694 (or 0x121694) is known color: Ultramarine. HEX triplet: 12, 16 and 94. RGB value is (18,22,148). Sum of RGB (Red+Green+Blue) = 18+22+148=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 148 (58.20% from 255 or 78.72% from 188); Max value from RGB is 148 - color contains mainly: blue. Hex color #121694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121694 is #EDE96B. Grayscale: #222222. Windows color (decimal): -15591788 or 9704978. OLE color: 9704978.

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

Color convert

RGB 18 22 148 -
CMYK 0.88 0.85 0 0.42
HSL 238.15º 0.78% 0.33% -
HSV(B) 238.15º 0.88% 0.58% -
XYZ 5.88 2.84 28.26 -
YUV 35.17 191.67 115.75 -
System Red Green Blue C M Y K H S L
Decimal 18 22 148 0.88 0.85 0 0.42 238.15 0.78 0.33
Hex 12 16 94 58 55 0 2A EE 4E 21
Octal 22 26 224 130 125 0 52 356 116 41
Binary 10010 10110 10010100 1011000 1010101 0 101010 11101110 1001110 100001

Color Harmonies of #121694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121694

Black with #121694

Text Example


Text Example

White with #121694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121694; }

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

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

background-color css

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

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

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

border-color css

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

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

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