Html Css Color HEX #201189 Ultramarine

📋 copy color: '#201189'

red 32 ◦ green 17 ◦ blue 137

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

Shades of Ultramarine #201189

Tints of Ultramarine #201189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

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

R = 17.2%
G = 9.14%
B = 73.66%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#201189 (or 0x201189) is known color: Ultramarine. HEX triplet: 20, 11 and 89. RGB value is (32,17,137). Sum of RGB (Red+Green+Blue) = 32+17+137=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #201189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201189 is #DFEE76. Grayscale: #222222. Windows color (decimal): -14675575 or 8982816. OLE color: 8982816.

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

Color convert

RGB 32 17 137 -
CMYK 0.77 0.88 0 0.46
HSL 247.5º 0.78% 0.3% -
HSV(B) 247.5º 0.88% 0.54% -
XYZ 5.31 2.51 23.87 -
YUV 35.17 185.47 125.74 -
System Red Green Blue C M Y K H S L
Decimal 32 17 137 0.77 0.88 0 0.46 247.5 0.78 0.3
Hex 20 11 89 4D 58 0 2E F8 4E 1E
Octal 40 21 211 115 130 0 56 370 116 36
Binary 100000 10001 10001001 1001101 1011000 0 101110 11111000 1001110 11110

Color Harmonies of #201189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201189

Black with #201189

Text Example


Text Example

White with #201189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201189; }

 p { color: rgb(32,17,137); }

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

background-color css

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

 a { background-color: rgb(32,17,137); }

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

border-color css

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

 span { border-color: rgb(32,17,137); }

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