Html Css Color HEX #122094 Ultramarine

📋 copy color: '#122094'

red 18 ◦ green 32 ◦ blue 148

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

Shades of Ultramarine #122094

Tints of Ultramarine #122094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

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

R = 9.09%
G = 16.16%
B = 74.75%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122094 (or 0x122094) is known color: Ultramarine. HEX triplet: 12, 20 and 94. RGB value is (18,32,148). Sum of RGB (Red+Green+Blue) = 18+32+148=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 148 (58.20% from 255 or 74.75% from 198); Max value from RGB is 148 - color contains mainly: blue. Hex color #122094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122094 is #EDDF6B. Grayscale: #282828. Windows color (decimal): -15589228 or 9707538. OLE color: 9707538.

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

Color convert

RGB 18 32 148 -
CMYK 0.88 0.78 0 0.42
HSL 233.54º 0.78% 0.33% -
HSV(B) 233.54º 0.88% 0.58% -
XYZ 6.11 3.3 28.33 -
YUV 41.04 188.36 111.57 -
System Red Green Blue C M Y K H S L
Decimal 18 32 148 0.88 0.78 0 0.42 233.54 0.78 0.33
Hex 12 20 94 58 4E 0 2A EA 4E 21
Octal 22 40 224 130 116 0 52 352 116 41
Binary 10010 100000 10010100 1011000 1001110 0 101010 11101010 1001110 100001

Color Harmonies of #122094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122094

Black with #122094

Text Example


Text Example

White with #122094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122094; }

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

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

background-color css

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

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

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

border-color css

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

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

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