Html Css Color HEX #122291 Ultramarine

📋 copy color: '#122291'

red 18 ◦ green 34 ◦ blue 145

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

Shades of Ultramarine #122291

Tints of Ultramarine #122291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

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

R = 9.14%
G = 17.26%
B = 73.6%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#122291 (or 0x122291) is known color: Ultramarine. HEX triplet: 12, 22 and 91. RGB value is (18,34,145). Sum of RGB (Red+Green+Blue) = 18+34+145=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #122291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122291 is #EDDD6E. Grayscale: #292929. Windows color (decimal): -15588719 or 9511442. OLE color: 9511442.

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

Color convert

RGB 18 34 145 -
CMYK 0.88 0.77 0 0.43
HSL 232.44º 0.78% 0.32% -
HSV(B) 232.44º 0.88% 0.57% -
XYZ 5.93 3.32 27.12 -
YUV 41.87 186.2 110.97 -
System Red Green Blue C M Y K H S L
Decimal 18 34 145 0.88 0.77 0 0.43 232.44 0.78 0.32
Hex 12 22 91 58 4D 0 2B E8 4E 20
Octal 22 42 221 130 115 0 53 350 116 40
Binary 10010 100010 10010001 1011000 1001101 0 101011 11101000 1001110 100000

Color Harmonies of #122291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122291

Black with #122291

Text Example


Text Example

White with #122291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122291; }

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

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

background-color css

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

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

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

border-color css

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

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

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