Html Css Color HEX #200DAD Ultramarine

📋 copy color: '#200DAD'

red 32 ◦ green 13 ◦ blue 173

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

Shades of Ultramarine #200DAD

Tints of Ultramarine #200DAD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.96%

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

R = 14.68%
G = 5.96%
B = 79.36%

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

#200DAD (or 0x200DAD) is known color: Ultramarine. HEX triplet: 20, 0D and AD. RGB value is (32,13,173). Sum of RGB (Red+Green+Blue) = 32+13+173=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 173 (67.97% from 255 or 79.36% from 218); Max value from RGB is 173 - color contains mainly: blue. Hex color #200DAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200DAD is #DFF252. Grayscale: #242424. Windows color (decimal): -14676563 or 11341088. OLE color: 11341088.

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

Color convert

RGB 32 13 173 -
CMYK 0.82 0.92 0 0.32
HSL 247.13º 0.86% 0.36% -
HSV(B) 247.13º 0.92% 0.68% -
XYZ 8.28 3.61 39.8 -
YUV 36.92 204.79 124.49 -
System Red Green Blue C M Y K H S L
Decimal 32 13 173 0.82 0.92 0 0.32 247.13 0.86 0.36
Hex 20 D AD 52 5C 0 20 F7 56 24
Octal 40 15 255 122 134 0 40 367 126 44
Binary 100000 1101 10101101 1010010 1011100 0 100000 11110111 1010110 100100

Color Harmonies of #200DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200DAD

Black with #200DAD

Text Example


Text Example

White with #200DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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