Html Css Color HEX #200793 Ultramarine

📋 copy color: '#200793'

red 32 ◦ green 7 ◦ blue 147

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

Shades of Ultramarine #200793

Tints of Ultramarine #200793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.76%

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

R = 17.2%
G = 3.76%
B = 79.03%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#200793 (or 0x200793) is known color: Ultramarine. HEX triplet: 20, 07 and 93. RGB value is (32,7,147). Sum of RGB (Red+Green+Blue) = 32+7+147=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 147 (57.81% from 255 or 79.03% from 186); Max value from RGB is 147 - color contains mainly: blue. Hex color #200793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200793 is #DFF86C. Grayscale: #1D1D1D. Windows color (decimal): -14678125 or 9635616. OLE color: 9635616.

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

Color convert

RGB 32 7 147 -
CMYK 0.78 0.95 0 0.42
HSL 250.71º 0.91% 0.3% -
HSV(B) 250.71º 0.95% 0.58% -
XYZ 5.94 2.57 27.79 -
YUV 30.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 32 7 147 0.78 0.95 0 0.42 250.71 0.91 0.3
Hex 20 7 93 4E 5F 0 2A FB 5B 1E
Octal 40 7 223 116 137 0 52 373 133 36
Binary 100000 111 10010011 1001110 1011111 0 101010 11111011 1011011 11110

Color Harmonies of #200793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200793

Black with #200793

Text Example


Text Example

White with #200793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200793; }

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

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

background-color css

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

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

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

border-color css

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

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

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