Html Css Color HEX #200D9D Ultramarine

📋 copy color: '#200D9D'

red 32 ◦ green 13 ◦ blue 157

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

Shades of Ultramarine #200D9D

Tints of Ultramarine #200D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 77.72%

R = 15.84%
G = 6.44%
B = 77.72%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#200D9D (or 0x200D9D) is known color: Ultramarine. HEX triplet: 20, 0D and 9D. RGB value is (32,13,157). Sum of RGB (Red+Green+Blue) = 32+13+157=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 157 (61.72% from 255 or 77.72% from 202); Max value from RGB is 157 - color contains mainly: blue. Hex color #200D9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200D9D is #DFF262. Grayscale: #222222. Windows color (decimal): -14676579 or 10292512. OLE color: 10292512.

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

Color convert

RGB 32 13 157 -
CMYK 0.80 0.92 0 0.38
HSL 247.92º 0.85% 0.33% -
HSV(B) 247.92º 0.92% 0.62% -
XYZ 6.83 3.03 32.12 -
YUV 35.1 196.79 125.79 -
System Red Green Blue C M Y K H S L
Decimal 32 13 157 0.80 0.92 0 0.38 247.92 0.85 0.33
Hex 20 D 9D 50 5C 0 26 F8 55 21
Octal 40 15 235 120 134 0 46 370 125 41
Binary 100000 1101 10011101 1010000 1011100 0 100110 11111000 1010101 100001

Color Harmonies of #200D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D9D

Black with #200D9D

Text Example


Text Example

White with #200D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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