Html Css Color HEX #201991 Ultramarine

📋 copy color: '#201991'

red 32 ◦ green 25 ◦ blue 145

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

Shades of Ultramarine #201991

Tints of Ultramarine #201991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 145 (57.03% from 255) = 71.78%

R = 15.84%
G = 12.38%
B = 71.78%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#201991 (or 0x201991) is known color: Ultramarine. HEX triplet: 20, 19 and 91. RGB value is (32,25,145). Sum of RGB (Red+Green+Blue) = 32+25+145=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 145 (57.03% from 255 or 71.78% from 202); Max value from RGB is 145 - color contains mainly: blue. Hex color #201991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201991 is #DFE66E. Grayscale: #282828. Windows color (decimal): -14673519 or 9509152. OLE color: 9509152.

HSL color Cylindrical-coordinate representation of color #201991: hue angle of 243.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201991 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 25 145 -
CMYK 0.78 0.83 0 0.43
HSL 243.5º 0.71% 0.33% -
HSV(B) 243.5º 0.83% 0.57% -
XYZ 6.05 3.05 27.06 -
YUV 40.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 32 25 145 0.78 0.83 0 0.43 243.5 0.71 0.33
Hex 20 19 91 4E 53 0 2B F4 47 21
Octal 40 31 221 116 123 0 53 364 107 41
Binary 100000 11001 10010001 1001110 1010011 0 101011 11110100 1000111 100001

Color Harmonies of #201991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201991

Black with #201991

Text Example


Text Example

White with #201991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201991; }

 p { color: rgb(32,25,145); }

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

background-color css

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

 a { background-color: rgb(32,25,145); }

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

border-color css

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

 span { border-color: rgb(32,25,145); }

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