Html Css Color HEX #200499 Ultramarine

📋 copy color: '#200499'

red 32 ◦ green 4 ◦ blue 153

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

Shades of Ultramarine #200499

Tints of Ultramarine #200499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 80.95%

R = 16.93%
G = 2.12%
B = 80.95%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#200499 (or 0x200499) is known color: Ultramarine. HEX triplet: 20, 04 and 99. RGB value is (32,4,153). Sum of RGB (Red+Green+Blue) = 32+4+153=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #200499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200499 is #DFFB66. Grayscale: #1C1C1C. Windows color (decimal): -14678887 or 10028064. OLE color: 10028064.

HSL color Cylindrical-coordinate representation of color #200499: hue angle of 251.28º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200499 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 4 153 -
CMYK 0.79 0.97 0 0.4
HSL 251.28º 0.95% 0.31% -
HSV(B) 251.28º 0.97% 0.6% -
XYZ 6.39 2.69 30.32 -
YUV 29.36 197.78 129.88 -
System Red Green Blue C M Y K H S L
Decimal 32 4 153 0.79 0.97 0 0.4 251.28 0.95 0.31
Hex 20 4 99 4F 61 0 28 FB 5F 1F
Octal 40 4 231 117 141 0 50 373 137 37
Binary 100000 100 10011001 1001111 1100001 0 101000 11111011 1011111 11111

Color Harmonies of #200499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200499

Black with #200499

Text Example


Text Example

White with #200499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200499; }

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

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

background-color css

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

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

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

border-color css

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

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

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