Html Css Color HEX #122189 Ultramarine

📋 copy color: '#122189'

red 18 ◦ green 33 ◦ blue 137

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

Shades of Ultramarine #122189

Tints of Ultramarine #122189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 72.87%

R = 9.57%
G = 17.55%
B = 72.87%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#122189 (or 0x122189) is known color: Ultramarine. HEX triplet: 12, 21 and 89. RGB value is (18,33,137). Sum of RGB (Red+Green+Blue) = 18+33+137=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 137 (53.91% from 255 or 72.87% from 188); Max value from RGB is 137 - color contains mainly: blue. Hex color #122189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122189 is #EDDE76. Grayscale: #272727. Windows color (decimal): -15588983 or 8986898. OLE color: 8986898.

HSL color Cylindrical-coordinate representation of color #122189: hue angle of 232.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122189 is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 33 137 -
CMYK 0.87 0.76 0 0.46
HSL 232.44º 0.77% 0.3% -
HSV(B) 232.44º 0.87% 0.54% -
XYZ 5.31 3.02 23.97 -
YUV 40.37 182.53 112.04 -
System Red Green Blue C M Y K H S L
Decimal 18 33 137 0.87 0.76 0 0.46 232.44 0.77 0.3
Hex 12 21 89 57 4C 0 2E E8 4D 1E
Octal 22 41 211 127 114 0 56 350 115 36
Binary 10010 100001 10001001 1010111 1001100 0 101110 11101000 1001101 11110

Color Harmonies of #122189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122189

Black with #122189

Text Example


Text Example

White with #122189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122189; }

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

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

background-color css

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

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

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

border-color css

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

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

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