Html Css Color HEX #200090 Ultramarine

📋 copy color: '#200090'

red 32 ◦ green 0 ◦ blue 144

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

Shades of Ultramarine #200090

Tints of Ultramarine #200090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 18.18%
G = 0%
B = 81.82%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#200090 (or 0x200090) is known color: Ultramarine. HEX triplet: 20, 00 and 90. RGB value is (32,0,144). Sum of RGB (Red+Green+Blue) = 32+0+144=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #200090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200090 is #DFFF6F. Grayscale: #191919. Windows color (decimal): -14679920 or 9437216. OLE color: 9437216.

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

Color convert

RGB 32 0 144 -
CMYK 0.78 1 0 0.44
HSL 253.33º 1% 0.28% -
HSV(B) 253.33º 1% 0.56% -
XYZ 5.63 2.32 26.54 -
YUV 25.98 194.6 132.29 -
System Red Green Blue C M Y K H S L
Decimal 32 0 144 0.78 1 0 0.44 253.33 1 0.28
Hex 20 0 90 4E 64 0 2C FD 64 1C
Octal 40 0 220 116 144 0 54 375 144 34
Binary 100000 0 10010000 1001110 1100100 0 101100 11111101 1100100 11100

Color Harmonies of #200090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200090

Black with #200090

Text Example


Text Example

White with #200090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200090; }

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

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

background-color css

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

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

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

border-color css

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

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

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