Html Css Color HEX #200987 Ultramarine

📋 copy color: '#200987'

red 32 ◦ green 9 ◦ blue 135

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

Shades of Ultramarine #200987

Tints of Ultramarine #200987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 76.7%

R = 18.18%
G = 5.11%
B = 76.7%

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

#200987 (or 0x200987) is known color: Ultramarine. HEX triplet: 20, 09 and 87. RGB value is (32,9,135). Sum of RGB (Red+Green+Blue) = 32+9+135=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 135 (53.12% from 255 or 76.70% from 176); Max value from RGB is 135 - color contains mainly: blue. Hex color #200987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200987 is #DFF678. Grayscale: #1D1D1D. Windows color (decimal): -14677625 or 8849696. OLE color: 8849696.

HSL color Cylindrical-coordinate representation of color #200987: hue angle of 250.95º degrees, saturation: 0.88, 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 #200987 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 9 135 -
CMYK 0.76 0.93 0 0.47
HSL 250.95º 0.88% 0.28% -
HSV(B) 250.95º 0.93% 0.53% -
XYZ 5.07 2.25 23.09 -
YUV 30.24 187.12 129.25 -
System Red Green Blue C M Y K H S L
Decimal 32 9 135 0.76 0.93 0 0.47 250.95 0.88 0.28
Hex 20 9 87 4C 5D 0 2F FB 58 1C
Octal 40 11 207 114 135 0 57 373 130 34
Binary 100000 1001 10000111 1001100 1011101 0 101111 11111011 1011000 11100

Color Harmonies of #200987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200987

Black with #200987

Text Example


Text Example

White with #200987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200987; }

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

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

background-color css

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

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

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

border-color css

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

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

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