Html Css Color HEX #201588 Ultramarine

📋 copy color: '#201588'

red 32 ◦ green 21 ◦ blue 136

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

Shades of Ultramarine #201588

Tints of Ultramarine #201588

RGB

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

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

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

R = 16.93%
G = 11.11%
B = 71.96%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#201588 (or 0x201588) is known color: Ultramarine. HEX triplet: 20, 15 and 88. RGB value is (32,21,136). Sum of RGB (Red+Green+Blue) = 32+21+136=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 136 (53.52% from 255 or 71.96% from 189); Max value from RGB is 136 - color contains mainly: blue. Hex color #201588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201588 is #DFEA77. Grayscale: #242424. Windows color (decimal): -14674552 or 8918304. OLE color: 8918304.

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

Color convert

RGB 32 21 136 -
CMYK 0.76 0.85 0 0.47
HSL 245.74º 0.73% 0.31% -
HSV(B) 245.74º 0.85% 0.53% -
XYZ 5.31 2.62 23.52 -
YUV 37.4 183.64 124.15 -
System Red Green Blue C M Y K H S L
Decimal 32 21 136 0.76 0.85 0 0.47 245.74 0.73 0.31
Hex 20 15 88 4C 55 0 2F F6 49 1F
Octal 40 25 210 114 125 0 57 366 111 37
Binary 100000 10101 10001000 1001100 1010101 0 101111 11110110 1001001 11111

Color Harmonies of #201588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201588

Black with #201588

Text Example


Text Example

White with #201588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201588; }

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

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

background-color css

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

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

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

border-color css

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

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

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