Html Css Color HEX #200EAD Ultramarine

📋 copy color: '#200EAD'

red 32 ◦ green 14 ◦ blue 173

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

Shades of Ultramarine #200EAD

Tints of Ultramarine #200EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 79%

R = 14.61%
G = 6.39%
B = 79%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#200EAD (or 0x200EAD) is known color: Ultramarine. HEX triplet: 20, 0E and AD. RGB value is (32,14,173). Sum of RGB (Red+Green+Blue) = 32+14+173=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #200EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200EAD is #DFF152. Grayscale: #242424. Windows color (decimal): -14676307 or 11341344. OLE color: 11341344.

HSL color Cylindrical-coordinate representation of color #200EAD: hue angle of 246.79º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #200EAD is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 32 14 173 -
CMYK 0.82 0.92 0 0.32
HSL 246.79º 0.85% 0.37% -
HSV(B) 246.79º 0.92% 0.68% -
XYZ 8.3 3.64 39.8 -
YUV 37.51 204.46 124.07 -
System Red Green Blue C M Y K H S L
Decimal 32 14 173 0.82 0.92 0 0.32 246.79 0.85 0.37
Hex 20 E AD 52 5C 0 20 F7 55 25
Octal 40 16 255 122 134 0 40 367 125 45
Binary 100000 1110 10101101 1010010 1011100 0 100000 11110111 1010101 100101

Color Harmonies of #200EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200EAD

Black with #200EAD

Text Example


Text Example

White with #200EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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