Html Css Color HEX #200E9D Ultramarine

📋 copy color: '#200E9D'

red 32 ◦ green 14 ◦ blue 157

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

Shades of Ultramarine #200E9D

Tints of Ultramarine #200E9D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.9%

 BLUE value IS 157 (61.72% from 255) = 77.34%

R = 15.76%
G = 6.9%
B = 77.34%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#200E9D (or 0x200E9D) is known color: Ultramarine. HEX triplet: 20, 0E and 9D. RGB value is (32,14,157). Sum of RGB (Red+Green+Blue) = 32+14+157=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #200E9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200E9D is #DFF162. Grayscale: #232323. Windows color (decimal): -14676323 or 10292768. OLE color: 10292768.

HSL color Cylindrical-coordinate representation of color #200E9D: hue angle of 247.55º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200E9D is Cyan = 0.80, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 14 157 -
CMYK 0.80 0.91 0 0.38
HSL 247.55º 0.84% 0.34% -
HSV(B) 247.55º 0.91% 0.62% -
XYZ 6.84 3.06 32.13 -
YUV 35.68 196.46 125.37 -
System Red Green Blue C M Y K H S L
Decimal 32 14 157 0.80 0.91 0 0.38 247.55 0.84 0.34
Hex 20 E 9D 50 5B 0 26 F8 54 22
Octal 40 16 235 120 133 0 46 370 124 42
Binary 100000 1110 10011101 1010000 1011011 0 100110 11111000 1010100 100010

Color Harmonies of #200E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E9D

Black with #200E9D

Text Example


Text Example

White with #200E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200E9D; }

 p { color: rgb(32,14,157); }

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

background-color css

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

 a { background-color: rgb(32,14,157); }

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

border-color css

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

 span { border-color: rgb(32,14,157); }

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