Html Css Color HEX #122290 Ultramarine

📋 copy color: '#122290'

red 18 ◦ green 34 ◦ blue 144

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

Shades of Ultramarine #122290

Tints of Ultramarine #122290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 73.47%

R = 9.18%
G = 17.35%
B = 73.47%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#122290 (or 0x122290) is known color: Ultramarine. HEX triplet: 12, 22 and 90. RGB value is (18,34,144). Sum of RGB (Red+Green+Blue) = 18+34+144=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #122290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122290 is #EDDD6F. Grayscale: #292929. Windows color (decimal): -15588720 or 9445906. OLE color: 9445906.

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

Color convert

RGB 18 34 144 -
CMYK 0.88 0.76 0 0.44
HSL 232.38º 0.78% 0.32% -
HSV(B) 232.38º 0.88% 0.56% -
XYZ 5.86 3.29 26.71 -
YUV 41.76 185.7 111.06 -
System Red Green Blue C M Y K H S L
Decimal 18 34 144 0.88 0.76 0 0.44 232.38 0.78 0.32
Hex 12 22 90 58 4C 0 2C E8 4E 20
Octal 22 42 220 130 114 0 54 350 116 40
Binary 10010 100010 10010000 1011000 1001100 0 101100 11101000 1001110 100000

Color Harmonies of #122290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122290

Black with #122290

Text Example


Text Example

White with #122290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122290; }

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

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

background-color css

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

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

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

border-color css

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

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

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