Html Css Color HEX #200686 Ultramarine

📋 copy color: '#200686'

red 32 ◦ green 6 ◦ blue 134

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

Shades of Ultramarine #200686

Tints of Ultramarine #200686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

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

R = 18.6%
G = 3.49%
B = 77.91%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#200686 (or 0x200686) is known color: Ultramarine. HEX triplet: 20, 06 and 86. RGB value is (32,6,134). Sum of RGB (Red+Green+Blue) = 32+6+134=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 134 (52.73% from 255 or 77.91% from 172); Max value from RGB is 134 - color contains mainly: blue. Hex color #200686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200686 is #DFF979. Grayscale: #1B1B1B. Windows color (decimal): -14678394 or 8783392. OLE color: 8783392.

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

Color convert

RGB 32 6 134 -
CMYK 0.76 0.96 0 0.47
HSL 252.19º 0.91% 0.27% -
HSV(B) 252.19º 0.96% 0.53% -
XYZ 4.96 2.16 22.71 -
YUV 28.37 187.61 130.59 -
System Red Green Blue C M Y K H S L
Decimal 32 6 134 0.76 0.96 0 0.47 252.19 0.91 0.27
Hex 20 6 86 4C 60 0 2F FC 5B 1B
Octal 40 6 206 114 140 0 57 374 133 33
Binary 100000 110 10000110 1001100 1100000 0 101111 11111100 1011011 11011

Color Harmonies of #200686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200686

Black with #200686

Text Example


Text Example

White with #200686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200686; }

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

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

background-color css

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

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

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

border-color css

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

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

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