Html Css Color HEX #121691 Ultramarine

📋 copy color: '#121691'

red 18 ◦ green 22 ◦ blue 145

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

Shades of Ultramarine #121691

Tints of Ultramarine #121691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 78.38%

R = 9.73%
G = 11.89%
B = 78.38%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#121691 (or 0x121691) is known color: Ultramarine. HEX triplet: 12, 16 and 91. RGB value is (18,22,145). Sum of RGB (Red+Green+Blue) = 18+22+145=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 145 (57.03% from 255 or 78.38% from 185); Max value from RGB is 145 - color contains mainly: blue. Hex color #121691 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121691 is #EDE96E. Grayscale: #222222. Windows color (decimal): -15591791 or 9508370. OLE color: 9508370.

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

Color convert

RGB 18 22 145 -
CMYK 0.88 0.85 0 0.43
HSL 238.11º 0.78% 0.32% -
HSV(B) 238.11º 0.88% 0.57% -
XYZ 5.65 2.75 27.02 -
YUV 34.83 190.17 116 -
System Red Green Blue C M Y K H S L
Decimal 18 22 145 0.88 0.85 0 0.43 238.11 0.78 0.32
Hex 12 16 91 58 55 0 2B EE 4E 20
Octal 22 26 221 130 125 0 53 356 116 40
Binary 10010 10110 10010001 1011000 1010101 0 101011 11101110 1001110 100000

Color Harmonies of #121691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121691

Black with #121691

Text Example


Text Example

White with #121691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121691; }

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

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

background-color css

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

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

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

border-color css

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

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

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