Html Css Color HEX #122193 Ultramarine

📋 copy color: '#122193'

red 18 ◦ green 33 ◦ blue 147

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

Shades of Ultramarine #122193

Tints of Ultramarine #122193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.67%

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

R = 9.09%
G = 16.67%
B = 74.24%

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

#122193 (or 0x122193) is known color: Ultramarine. HEX triplet: 12, 21 and 93. RGB value is (18,33,147). Sum of RGB (Red+Green+Blue) = 18+33+147=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #122193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122193 is #EDDE6C. Grayscale: #292929. Windows color (decimal): -15588973 or 9642258. OLE color: 9642258.

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

Color convert

RGB 18 33 147 -
CMYK 0.88 0.78 0 0.42
HSL 233.02º 0.78% 0.32% -
HSV(B) 233.02º 0.88% 0.58% -
XYZ 6.06 3.32 27.93 -
YUV 41.51 187.53 111.23 -
System Red Green Blue C M Y K H S L
Decimal 18 33 147 0.88 0.78 0 0.42 233.02 0.78 0.32
Hex 12 21 93 58 4E 0 2A E9 4E 20
Octal 22 41 223 130 116 0 52 351 116 40
Binary 10010 100001 10010011 1011000 1001110 0 101010 11101001 1001110 100000

Color Harmonies of #122193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122193

Black with #122193

Text Example


Text Example

White with #122193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122193; }

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

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

background-color css

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

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

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

border-color css

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

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

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