Html Css Color HEX #200490 Ultramarine

📋 copy color: '#200490'

red 32 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #200490

Tints of Ultramarine #200490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

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

R = 17.78%
G = 2.22%
B = 80%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#200490 (or 0x200490) is known color: Ultramarine. HEX triplet: 20, 04 and 90. RGB value is (32,4,144). Sum of RGB (Red+Green+Blue) = 32+4+144=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #200490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200490 is #DFFB6F. Grayscale: #1B1B1B. Windows color (decimal): -14678896 or 9438240. OLE color: 9438240.

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

Color convert

RGB 32 4 144 -
CMYK 0.78 0.97 0 0.44
HSL 252º 0.95% 0.29% -
HSV(B) 252º 0.97% 0.56% -
XYZ 5.67 2.41 26.55 -
YUV 28.33 193.28 130.62 -
System Red Green Blue C M Y K H S L
Decimal 32 4 144 0.78 0.97 0 0.44 252 0.95 0.29
Hex 20 4 90 4E 61 0 2C FC 5F 1D
Octal 40 4 220 116 141 0 54 374 137 35
Binary 100000 100 10010000 1001110 1100001 0 101100 11111100 1011111 11101

Color Harmonies of #200490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200490

Black with #200490

Text Example


Text Example

White with #200490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200490; }

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

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

background-color css

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

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

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

border-color css

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

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

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