Html Css Color HEX #200993 Ultramarine

📋 copy color: '#200993'

red 32 ◦ green 9 ◦ blue 147

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

Shades of Ultramarine #200993

Tints of Ultramarine #200993

RGB

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

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

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

R = 17.02%
G = 4.79%
B = 78.19%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#200993 (or 0x200993) is known color: Ultramarine. HEX triplet: 20, 09 and 93. RGB value is (32,9,147). Sum of RGB (Red+Green+Blue) = 32+9+147=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #200993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200993 is #DFF66C. Grayscale: #1F1F1F. Windows color (decimal): -14677613 or 9636128. OLE color: 9636128.

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

Color convert

RGB 32 9 147 -
CMYK 0.78 0.94 0 0.42
HSL 250º 0.88% 0.31% -
HSV(B) 250º 0.94% 0.58% -
XYZ 5.96 2.61 27.79 -
YUV 31.61 193.12 128.28 -
System Red Green Blue C M Y K H S L
Decimal 32 9 147 0.78 0.94 0 0.42 250 0.88 0.31
Hex 20 9 93 4E 5E 0 2A FA 58 1F
Octal 40 11 223 116 136 0 52 372 130 37
Binary 100000 1001 10010011 1001110 1011110 0 101010 11111010 1011000 11111

Color Harmonies of #200993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200993

Black with #200993

Text Example


Text Example

White with #200993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200993; }

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

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

background-color css

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

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

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

border-color css

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

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

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