Html Css Color HEX #201589 Ultramarine

📋 copy color: '#201589'

red 32 ◦ green 21 ◦ blue 137

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

Shades of Ultramarine #201589

Tints of Ultramarine #201589

RGB

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

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

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

R = 16.84%
G = 11.05%
B = 72.11%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#201589 (or 0x201589) is known color: Ultramarine. HEX triplet: 20, 15 and 89. RGB value is (32,21,137). Sum of RGB (Red+Green+Blue) = 32+21+137=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #201589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201589 is #DFEA76. Grayscale: #252525. Windows color (decimal): -14674551 or 8983840. OLE color: 8983840.

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

Color convert

RGB 32 21 137 -
CMYK 0.77 0.85 0 0.46
HSL 245.69º 0.73% 0.31% -
HSV(B) 245.69º 0.85% 0.54% -
XYZ 5.38 2.65 23.89 -
YUV 37.51 184.14 124.07 -
System Red Green Blue C M Y K H S L
Decimal 32 21 137 0.77 0.85 0 0.46 245.69 0.73 0.31
Hex 20 15 89 4D 55 0 2E F6 49 1F
Octal 40 25 211 115 125 0 56 366 111 37
Binary 100000 10101 10001001 1001101 1010101 0 101110 11110110 1001001 11111

Color Harmonies of #201589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201589

Black with #201589

Text Example


Text Example

White with #201589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201589; }

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

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

background-color css

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

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

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

border-color css

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

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

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