Html Css Color HEX #122095 Ultramarine

📋 copy color: '#122095'

red 18 ◦ green 32 ◦ blue 149

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

Shades of Ultramarine #122095

Tints of Ultramarine #122095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 74.87%

R = 9.05%
G = 16.08%
B = 74.87%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#122095 (or 0x122095) is known color: Ultramarine. HEX triplet: 12, 20 and 95. RGB value is (18,32,149). Sum of RGB (Red+Green+Blue) = 18+32+149=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #122095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122095 is #EDDF6A. Grayscale: #282828. Windows color (decimal): -15589227 or 9773074. OLE color: 9773074.

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

Color convert

RGB 18 32 149 -
CMYK 0.88 0.79 0 0.42
HSL 233.59º 0.78% 0.33% -
HSV(B) 233.59º 0.88% 0.58% -
XYZ 6.19 3.33 28.75 -
YUV 41.15 188.86 111.49 -
System Red Green Blue C M Y K H S L
Decimal 18 32 149 0.88 0.79 0 0.42 233.59 0.78 0.33
Hex 12 20 95 58 4F 0 2A EA 4E 21
Octal 22 40 225 130 117 0 52 352 116 41
Binary 10010 100000 10010101 1011000 1001111 0 101010 11101010 1001110 100001

Color Harmonies of #122095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122095

Black with #122095

Text Example


Text Example

White with #122095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122095; }

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

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

background-color css

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

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

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

border-color css

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

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

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