Html Css Color HEX #201590 Ultramarine

📋 copy color: '#201590'

red 32 ◦ green 21 ◦ blue 144

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

Shades of Ultramarine #201590

Tints of Ultramarine #201590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 73.1%

R = 16.24%
G = 10.66%
B = 73.1%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#201590 (or 0x201590) is known color: Ultramarine. HEX triplet: 20, 15 and 90. RGB value is (32,21,144). Sum of RGB (Red+Green+Blue) = 32+21+144=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #201590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201590 is #DFEA6F. Grayscale: #252525. Windows color (decimal): -14674544 or 9442592. OLE color: 9442592.

HSL color Cylindrical-coordinate representation of color #201590: hue angle of 245.37º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201590 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 21 144 -
CMYK 0.78 0.85 0 0.44
HSL 245.37º 0.75% 0.32% -
HSV(B) 245.37º 0.85% 0.56% -
XYZ 5.9 2.86 26.63 -
YUV 38.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 32 21 144 0.78 0.85 0 0.44 245.37 0.75 0.32
Hex 20 15 90 4E 55 0 2C F5 4B 20
Octal 40 25 220 116 125 0 54 365 113 40
Binary 100000 10101 10010000 1001110 1010101 0 101100 11110101 1001011 100000

Color Harmonies of #201590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201590

Black with #201590

Text Example


Text Example

White with #201590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201590; }

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

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

background-color css

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

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

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

border-color css

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

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

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