Html Css Color HEX #200EA0 Ultramarine

📋 copy color: '#200EA0'

red 32 ◦ green 14 ◦ blue 160

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

Shades of Ultramarine #200EA0

Tints of Ultramarine #200EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 77.67%

R = 15.53%
G = 6.8%
B = 77.67%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#200EA0 (or 0x200EA0) is known color: Ultramarine. HEX triplet: 20, 0E and A0. RGB value is (32,14,160). Sum of RGB (Red+Green+Blue) = 32+14+160=206 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.53% from 206); Green value is 14 (5.86% from 255 or 6.80% from 206); Blue value is 160 (62.89% from 255 or 77.67% from 206); Max value from RGB is 160 - color contains mainly: blue. Hex color #200EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200EA0 is #DFF15F. Grayscale: #232323. Windows color (decimal): -14676320 or 10489376. OLE color: 10489376.

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

Color convert

RGB 32 14 160 -
CMYK 0.80 0.91 0 0.37
HSL 247.4º 0.84% 0.34% -
HSV(B) 247.4º 0.91% 0.63% -
XYZ 7.1 3.16 33.49 -
YUV 36.03 197.96 125.13 -
System Red Green Blue C M Y K H S L
Decimal 32 14 160 0.80 0.91 0 0.37 247.4 0.84 0.34
Hex 20 E A0 50 5B 0 25 F7 54 22
Octal 40 16 240 120 133 0 45 367 124 42
Binary 100000 1110 10100000 1010000 1011011 0 100101 11110111 1010100 100010

Color Harmonies of #200EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200EA0

Black with #200EA0

Text Example


Text Example

White with #200EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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