Html Css Color HEX #201187 Ultramarine

📋 copy color: '#201187'

red 32 ◦ green 17 ◦ blue 135

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

Shades of Ultramarine #201187

Tints of Ultramarine #201187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 73.37%

R = 17.39%
G = 9.24%
B = 73.37%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#201187 (or 0x201187) is known color: Ultramarine. HEX triplet: 20, 11 and 87. RGB value is (32,17,135). Sum of RGB (Red+Green+Blue) = 32+17+135=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 135 (53.12% from 255 or 73.37% from 184); Max value from RGB is 135 - color contains mainly: blue. Hex color #201187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201187 is #DFEE78. Grayscale: #222222. Windows color (decimal): -14675577 or 8851744. OLE color: 8851744.

HSL color Cylindrical-coordinate representation of color #201187: hue angle of 247.63º degrees, saturation: 0.78, 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 #201187 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 17 135 -
CMYK 0.76 0.87 0 0.47
HSL 247.63º 0.78% 0.3% -
HSV(B) 247.63º 0.87% 0.53% -
XYZ 5.17 2.46 23.12 -
YUV 34.94 184.47 125.91 -
System Red Green Blue C M Y K H S L
Decimal 32 17 135 0.76 0.87 0 0.47 247.63 0.78 0.3
Hex 20 11 87 4C 57 0 2F F8 4E 1E
Octal 40 21 207 114 127 0 57 370 116 36
Binary 100000 10001 10000111 1001100 1010111 0 101111 11111000 1001110 11110

Color Harmonies of #201187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201187

Black with #201187

Text Example


Text Example

White with #201187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201187; }

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

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

background-color css

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

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

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

border-color css

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

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

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