Html Css Color HEX #201990 Ultramarine

📋 copy color: '#201990'

red 32 ◦ green 25 ◦ blue 144

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

Shades of Ultramarine #201990

Tints of Ultramarine #201990

RGB

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

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

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

R = 15.92%
G = 12.44%
B = 71.64%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#201990 (or 0x201990) is known color: Ultramarine. HEX triplet: 20, 19 and 90. RGB value is (32,25,144). Sum of RGB (Red+Green+Blue) = 32+25+144=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #201990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201990 is #DFE66F. Grayscale: #282828. Windows color (decimal): -14673520 or 9443616. OLE color: 9443616.

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

Color convert

RGB 32 25 144 -
CMYK 0.78 0.83 0 0.44
HSL 243.53º 0.7% 0.33% -
HSV(B) 243.53º 0.83% 0.56% -
XYZ 5.98 3.02 26.65 -
YUV 40.66 186.32 121.82 -
System Red Green Blue C M Y K H S L
Decimal 32 25 144 0.78 0.83 0 0.44 243.53 0.7 0.33
Hex 20 19 90 4E 53 0 2C F4 46 21
Octal 40 31 220 116 123 0 54 364 106 41
Binary 100000 11001 10010000 1001110 1010011 0 101100 11110100 1000110 100001

Color Harmonies of #201990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201990

Black with #201990

Text Example


Text Example

White with #201990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201990; }

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

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

background-color css

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

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

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

border-color css

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

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

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