Html Css Color HEX #200EAC Ultramarine

📋 copy color: '#200EAC'

red 32 ◦ green 14 ◦ blue 172

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

Shades of Ultramarine #200EAC

Tints of Ultramarine #200EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 78.9%

R = 14.68%
G = 6.42%
B = 78.9%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#200EAC (or 0x200EAC) is known color: Ultramarine. HEX triplet: 20, 0E and AC. RGB value is (32,14,172). Sum of RGB (Red+Green+Blue) = 32+14+172=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #200EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200EAC is #DFF153. Grayscale: #242424. Windows color (decimal): -14676308 or 11275808. OLE color: 11275808.

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

Color convert

RGB 32 14 172 -
CMYK 0.81 0.92 0 0.33
HSL 246.84º 0.85% 0.36% -
HSV(B) 246.84º 0.92% 0.67% -
XYZ 8.2 3.6 39.29 -
YUV 37.39 203.96 124.15 -
System Red Green Blue C M Y K H S L
Decimal 32 14 172 0.81 0.92 0 0.33 246.84 0.85 0.36
Hex 20 E AC 51 5C 0 21 F7 55 24
Octal 40 16 254 121 134 0 41 367 125 44
Binary 100000 1110 10101100 1010001 1011100 0 100001 11110111 1010101 100100

Color Harmonies of #200EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200EAC

Black with #200EAC

Text Example


Text Example

White with #200EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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