Html Css Color HEX #201586 Ultramarine

📋 copy color: '#201586'

red 32 ◦ green 21 ◦ blue 134

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

Shades of Ultramarine #201586

Tints of Ultramarine #201586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 71.66%

R = 17.11%
G = 11.23%
B = 71.66%

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

#201586 (or 0x201586) is known color: Ultramarine. HEX triplet: 20, 15 and 86. RGB value is (32,21,134). Sum of RGB (Red+Green+Blue) = 32+21+134=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #201586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201586 is #DFEA79. Grayscale: #242424. Windows color (decimal): -14674554 or 8787232. OLE color: 8787232.

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

Color convert

RGB 32 21 134 -
CMYK 0.76 0.84 0 0.47
HSL 245.84º 0.73% 0.3% -
HSV(B) 245.84º 0.84% 0.53% -
XYZ 5.17 2.56 22.78 -
YUV 37.17 182.64 124.31 -
System Red Green Blue C M Y K H S L
Decimal 32 21 134 0.76 0.84 0 0.47 245.84 0.73 0.3
Hex 20 15 86 4C 54 0 2F F6 49 1E
Octal 40 25 206 114 124 0 57 366 111 36
Binary 100000 10101 10000110 1001100 1010100 0 101111 11110110 1001001 11110

Color Harmonies of #201586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201586

Black with #201586

Text Example


Text Example

White with #201586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201586; }

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

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

background-color css

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

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

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

border-color css

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

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

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