Html Css Color HEX #200884 Ultramarine

📋 copy color: '#200884'

red 32 ◦ green 8 ◦ blue 132

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

Shades of Ultramarine #200884

Tints of Ultramarine #200884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.65%

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

R = 18.6%
G = 4.65%
B = 76.74%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#200884 (or 0x200884) is known color: Ultramarine. HEX triplet: 20, 08 and 84. RGB value is (32,8,132). Sum of RGB (Red+Green+Blue) = 32+8+132=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #200884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200884 is #DFF77B. Grayscale: #1C1C1C. Windows color (decimal): -14677884 or 8652832. OLE color: 8652832.

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

Color convert

RGB 32 8 132 -
CMYK 0.76 0.94 0 0.48
HSL 251.61º 0.89% 0.27% -
HSV(B) 251.61º 0.94% 0.52% -
XYZ 4.85 2.15 21.99 -
YUV 29.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 32 8 132 0.76 0.94 0 0.48 251.61 0.89 0.27
Hex 20 8 84 4C 5E 0 30 FC 59 1B
Octal 40 10 204 114 136 0 60 374 131 33
Binary 100000 1000 10000100 1001100 1011110 0 110000 11111100 1011001 11011

Color Harmonies of #200884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200884

Black with #200884

Text Example


Text Example

White with #200884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200884; }

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

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

background-color css

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

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

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

border-color css

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

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

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