Html Css Color HEX #200986 Ultramarine

📋 copy color: '#200986'

red 32 ◦ green 9 ◦ blue 134

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

Shades of Ultramarine #200986

Tints of Ultramarine #200986

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

 BLUE value IS 134 (52.73% from 255) = 76.57%

R = 18.29%
G = 5.14%
B = 76.57%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#200986 (or 0x200986) is known color: Ultramarine. HEX triplet: 20, 09 and 86. RGB value is (32,9,134). Sum of RGB (Red+Green+Blue) = 32+9+134=175 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 134 (52.73% from 255 or 76.57% from 175); Max value from RGB is 134 - color contains mainly: blue. Hex color #200986 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200986 is #DFF679. Grayscale: #1D1D1D. Windows color (decimal): -14677626 or 8784160. OLE color: 8784160.

HSL color Cylindrical-coordinate representation of color #200986: hue angle of 251.04º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200986 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 9 134 -
CMYK 0.76 0.93 0 0.47
HSL 251.04º 0.87% 0.28% -
HSV(B) 251.04º 0.93% 0.53% -
XYZ 5 2.22 22.72 -
YUV 30.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 32 9 134 0.76 0.93 0 0.47 251.04 0.87 0.28
Hex 20 9 86 4C 5D 0 2F FB 57 1C
Octal 40 11 206 114 135 0 57 373 127 34
Binary 100000 1001 10000110 1001100 1011101 0 101111 11111011 1010111 11100

Color Harmonies of #200986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200986

Black with #200986

Text Example


Text Example

White with #200986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200986; }

 p { color: rgb(32,9,134); }

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

background-color css

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

 a { background-color: rgb(32,9,134); }

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

border-color css

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

 span { border-color: rgb(32,9,134); }

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