Html Css Color HEX #201587 Ultramarine

📋 copy color: '#201587'

red 32 ◦ green 21 ◦ blue 135

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

Shades of Ultramarine #201587

Tints of Ultramarine #201587

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 17.02%
G = 11.17%
B = 71.81%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#201587 (or 0x201587) is known color: Ultramarine. HEX triplet: 20, 15 and 87. RGB value is (32,21,135). Sum of RGB (Red+Green+Blue) = 32+21+135=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #201587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201587 is #DFEA78. Grayscale: #242424. Windows color (decimal): -14674553 or 8852768. OLE color: 8852768.

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

Color convert

RGB 32 21 135 -
CMYK 0.76 0.84 0 0.47
HSL 245.79º 0.73% 0.31% -
HSV(B) 245.79º 0.84% 0.53% -
XYZ 5.24 2.59 23.15 -
YUV 37.29 183.14 124.23 -
System Red Green Blue C M Y K H S L
Decimal 32 21 135 0.76 0.84 0 0.47 245.79 0.73 0.31
Hex 20 15 87 4C 54 0 2F F6 49 1F
Octal 40 25 207 114 124 0 57 366 111 37
Binary 100000 10101 10000111 1001100 1010100 0 101111 11110110 1001001 11111

Color Harmonies of #201587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201587

Black with #201587

Text Example


Text Example

White with #201587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201587; }

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

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

background-color css

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

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

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

border-color css

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

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

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