Html Css Color HEX #200990 Ultramarine

📋 copy color: '#200990'

red 32 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #200990

Tints of Ultramarine #200990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 17.3%
G = 4.86%
B = 77.84%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#200990 (or 0x200990) is known color: Ultramarine. HEX triplet: 20, 09 and 90. RGB value is (32,9,144). Sum of RGB (Red+Green+Blue) = 32+9+144=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #200990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200990 is #DFF66F. Grayscale: #1E1E1E. Windows color (decimal): -14677616 or 9439520. OLE color: 9439520.

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

Color convert

RGB 32 9 144 -
CMYK 0.78 0.94 0 0.44
HSL 250.22º 0.88% 0.3% -
HSV(B) 250.22º 0.94% 0.56% -
XYZ 5.73 2.52 26.57 -
YUV 31.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 32 9 144 0.78 0.94 0 0.44 250.22 0.88 0.3
Hex 20 9 90 4E 5E 0 2C FA 58 1E
Octal 40 11 220 116 136 0 54 372 130 36
Binary 100000 1001 10010000 1001110 1011110 0 101100 11111010 1011000 11110

Color Harmonies of #200990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200990

Black with #200990

Text Example


Text Example

White with #200990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200990; }

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

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

background-color css

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

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

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

border-color css

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

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

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