Html Css Color HEX #200EA8 Ultramarine

📋 copy color: '#200EA8'

red 32 ◦ green 14 ◦ blue 168

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

Shades of Ultramarine #200EA8

Tints of Ultramarine #200EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 78.5%

R = 14.95%
G = 6.54%
B = 78.5%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#200EA8 (or 0x200EA8) is known color: Ultramarine. HEX triplet: 20, 0E and A8. RGB value is (32,14,168). Sum of RGB (Red+Green+Blue) = 32+14+168=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 168 (66.02% from 255 or 78.50% from 214); Max value from RGB is 168 - color contains mainly: blue. Hex color #200EA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200EA8 is #DFF157. Grayscale: #242424. Windows color (decimal): -14676312 or 11013664. OLE color: 11013664.

HSL color Cylindrical-coordinate representation of color #200EA8: hue angle of 247.01º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200EA8 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 32 14 168 -
CMYK 0.81 0.92 0 0.34
HSL 247.01º 0.85% 0.36% -
HSV(B) 247.01º 0.92% 0.66% -
XYZ 7.82 3.45 37.3 -
YUV 36.94 201.96 124.48 -
System Red Green Blue C M Y K H S L
Decimal 32 14 168 0.81 0.92 0 0.34 247.01 0.85 0.36
Hex 20 E A8 51 5C 0 22 F7 55 24
Octal 40 16 250 121 134 0 42 367 125 44
Binary 100000 1110 10101000 1010001 1011100 0 100010 11110111 1010101 100100

Color Harmonies of #200EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200EA8

Black with #200EA8

Text Example


Text Example

White with #200EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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