Html Css Color HEX #200584 Ultramarine

📋 copy color: '#200584'

red 32 ◦ green 5 ◦ blue 132

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

Shades of Ultramarine #200584

Tints of Ultramarine #200584

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

 BLUE value IS 132 (51.95% from 255) = 78.11%

R = 18.93%
G = 2.96%
B = 78.11%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#200584 (or 0x200584) is known color: Ultramarine. HEX triplet: 20, 05 and 84. RGB value is (32,5,132). Sum of RGB (Red+Green+Blue) = 32+5+132=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 132 (51.95% from 255 or 78.11% from 169); Max value from RGB is 132 - color contains mainly: blue. Hex color #200584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200584 is #DFFA7B. Grayscale: #1B1B1B. Windows color (decimal): -14678652 or 8652064. OLE color: 8652064.

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

Color convert

RGB 32 5 132 -
CMYK 0.76 0.96 0 0.48
HSL 252.76º 0.93% 0.27% -
HSV(B) 252.76º 0.96% 0.52% -
XYZ 4.81 2.08 21.98 -
YUV 27.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 32 5 132 0.76 0.96 0 0.48 252.76 0.93 0.27
Hex 20 5 84 4C 60 0 30 FD 5D 1B
Octal 40 5 204 114 140 0 60 375 135 33
Binary 100000 101 10000100 1001100 1100000 0 110000 11111101 1011101 11011

Color Harmonies of #200584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200584

Black with #200584

Text Example


Text Example

White with #200584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200584; }

 p { color: rgb(32,5,132); }

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

background-color css

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

 a { background-color: rgb(32,5,132); }

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

border-color css

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

 span { border-color: rgb(32,5,132); }

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