Html Css Color HEX #200893 Ultramarine

📋 copy color: '#200893'

red 32 ◦ green 8 ◦ blue 147

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

Shades of Ultramarine #200893

Tints of Ultramarine #200893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

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

R = 17.11%
G = 4.28%
B = 78.61%

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

#200893 (or 0x200893) is known color: Ultramarine. HEX triplet: 20, 08 and 93. RGB value is (32,8,147). Sum of RGB (Red+Green+Blue) = 32+8+147=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #200893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200893 is #DFF76C. Grayscale: #1E1E1E. Windows color (decimal): -14677869 or 9635872. OLE color: 9635872.

HSL color Cylindrical-coordinate representation of color #200893: hue angle of 250.36º degrees, saturation: 0.9, 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 #200893 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 8 147 -
CMYK 0.78 0.95 0 0.42
HSL 250.36º 0.9% 0.3% -
HSV(B) 250.36º 0.95% 0.58% -
XYZ 5.95 2.59 27.79 -
YUV 31.02 193.45 128.7 -
System Red Green Blue C M Y K H S L
Decimal 32 8 147 0.78 0.95 0 0.42 250.36 0.9 0.3
Hex 20 8 93 4E 5F 0 2A FA 5A 1E
Octal 40 10 223 116 137 0 52 372 132 36
Binary 100000 1000 10010011 1001110 1011111 0 101010 11111010 1011010 11110

Color Harmonies of #200893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200893

Black with #200893

Text Example


Text Example

White with #200893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200893; }

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

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

background-color css

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

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

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

border-color css

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

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

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