Html Css Color HEX #122088 Ultramarine

📋 copy color: '#122088'

red 18 ◦ green 32 ◦ blue 136

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

Shades of Ultramarine #122088

Tints of Ultramarine #122088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 73.12%

R = 9.68%
G = 17.2%
B = 73.12%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#122088 (or 0x122088) is known color: Ultramarine. HEX triplet: 12, 20 and 88. RGB value is (18,32,136). Sum of RGB (Red+Green+Blue) = 18+32+136=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #122088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122088 is #EDDF77. Grayscale: #272727. Windows color (decimal): -15589240 or 8921106. OLE color: 8921106.

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

Color convert

RGB 18 32 136 -
CMYK 0.87 0.76 0 0.47
HSL 232.88º 0.77% 0.3% -
HSV(B) 232.88º 0.87% 0.53% -
XYZ 5.21 2.94 23.59 -
YUV 39.67 182.36 112.54 -
System Red Green Blue C M Y K H S L
Decimal 18 32 136 0.87 0.76 0 0.47 232.88 0.77 0.3
Hex 12 20 88 57 4C 0 2F E9 4D 1E
Octal 22 40 210 127 114 0 57 351 115 36
Binary 10010 100000 10001000 1010111 1001100 0 101111 11101001 1001101 11110

Color Harmonies of #122088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122088

Black with #122088

Text Example


Text Example

White with #122088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122088; }

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

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

background-color css

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

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

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

border-color css

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

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

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