Html Css Color HEX #201790 Ultramarine

📋 copy color: '#201790'

red 32 ◦ green 23 ◦ blue 144

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

Shades of Ultramarine #201790

Tints of Ultramarine #201790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.56%

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

R = 16.08%
G = 11.56%
B = 72.36%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#201790 (or 0x201790) is known color: Ultramarine. HEX triplet: 20, 17 and 90. RGB value is (32,23,144). Sum of RGB (Red+Green+Blue) = 32+23+144=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #201790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201790 is #DFE86F. Grayscale: #272727. Windows color (decimal): -14674032 or 9443104. OLE color: 9443104.

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

Color convert

RGB 32 23 144 -
CMYK 0.78 0.84 0 0.44
HSL 244.46º 0.72% 0.33% -
HSV(B) 244.46º 0.84% 0.56% -
XYZ 5.94 2.93 26.64 -
YUV 39.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 32 23 144 0.78 0.84 0 0.44 244.46 0.72 0.33
Hex 20 17 90 4E 54 0 2C F4 48 21
Octal 40 27 220 116 124 0 54 364 110 41
Binary 100000 10111 10010000 1001110 1010100 0 101100 11110100 1001000 100001

Color Harmonies of #201790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201790

Black with #201790

Text Example


Text Example

White with #201790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201790; }

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

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

background-color css

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

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

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

border-color css

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

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

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