Html Css Color HEX #200DAE Ultramarine

📋 copy color: '#200DAE'

red 32 ◦ green 13 ◦ blue 174

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

Shades of Ultramarine #200DAE

Tints of Ultramarine #200DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 79.45%

R = 14.61%
G = 5.94%
B = 79.45%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#200DAE (or 0x200DAE) is known color: Ultramarine. HEX triplet: 20, 0D and AE. RGB value is (32,13,174). Sum of RGB (Red+Green+Blue) = 32+13+174=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #200DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200DAE is #DFF251. Grayscale: #242424. Windows color (decimal): -14676562 or 11406624. OLE color: 11406624.

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

Color convert

RGB 32 13 174 -
CMYK 0.82 0.93 0 0.32
HSL 247.08º 0.86% 0.37% -
HSV(B) 247.08º 0.93% 0.68% -
XYZ 8.38 3.65 40.31 -
YUV 37.04 205.29 124.41 -
System Red Green Blue C M Y K H S L
Decimal 32 13 174 0.82 0.93 0 0.32 247.08 0.86 0.37
Hex 20 D AE 52 5D 0 20 F7 56 25
Octal 40 15 256 122 135 0 40 367 126 45
Binary 100000 1101 10101110 1010010 1011101 0 100000 11110111 1010110 100101

Color Harmonies of #200DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200DAE

Black with #200DAE

Text Example


Text Example

White with #200DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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