Html Css Color HEX #200493 Ultramarine

📋 copy color: '#200493'

red 32 ◦ green 4 ◦ blue 147

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

Shades of Ultramarine #200493

Tints of Ultramarine #200493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 80.33%

R = 17.49%
G = 2.19%
B = 80.33%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#200493 (or 0x200493) is known color: Ultramarine. HEX triplet: 20, 04 and 93. RGB value is (32,4,147). Sum of RGB (Red+Green+Blue) = 32+4+147=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #200493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200493 is #DFFB6C. Grayscale: #1C1C1C. Windows color (decimal): -14678893 or 9634848. OLE color: 9634848.

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

Color convert

RGB 32 4 147 -
CMYK 0.78 0.97 0 0.42
HSL 251.75º 0.95% 0.3% -
HSV(B) 251.75º 0.97% 0.58% -
XYZ 5.91 2.5 27.78 -
YUV 28.67 194.78 130.37 -
System Red Green Blue C M Y K H S L
Decimal 32 4 147 0.78 0.97 0 0.42 251.75 0.95 0.3
Hex 20 4 93 4E 61 0 2A FC 5F 1E
Octal 40 4 223 116 141 0 52 374 137 36
Binary 100000 100 10010011 1001110 1100001 0 101010 11111100 1011111 11110

Color Harmonies of #200493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200493

Black with #200493

Text Example


Text Example

White with #200493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200493; }

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

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

background-color css

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

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

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

border-color css

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

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

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