Html Css Color HEX #200EA9 Ultramarine

📋 copy color: '#200EA9'

red 32 ◦ green 14 ◦ blue 169

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

Shades of Ultramarine #200EA9

Tints of Ultramarine #200EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 78.6%

R = 14.88%
G = 6.51%
B = 78.6%

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

#200EA9 (or 0x200EA9) is known color: Ultramarine. HEX triplet: 20, 0E and A9. RGB value is (32,14,169). Sum of RGB (Red+Green+Blue) = 32+14+169=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 169 (66.41% from 255 or 78.60% from 215); Max value from RGB is 169 - color contains mainly: blue. Hex color #200EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200EA9 is #DFF156. Grayscale: #242424. Windows color (decimal): -14676311 or 11079200. OLE color: 11079200.

HSL color Cylindrical-coordinate representation of color #200EA9: hue angle of 246.97º 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 #200EA9 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 32 14 169 -
CMYK 0.81 0.92 0 0.34
HSL 246.97º 0.85% 0.36% -
HSV(B) 246.97º 0.92% 0.66% -
XYZ 7.91 3.49 37.79 -
YUV 37.05 202.46 124.4 -
System Red Green Blue C M Y K H S L
Decimal 32 14 169 0.81 0.92 0 0.34 246.97 0.85 0.36
Hex 20 E A9 51 5C 0 22 F7 55 24
Octal 40 16 251 121 134 0 42 367 125 44
Binary 100000 1110 10101001 1010001 1011100 0 100010 11110111 1010101 100100

Color Harmonies of #200EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200EA9

Black with #200EA9

Text Example


Text Example

White with #200EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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