Html Css Color HEX #200189 Ultramarine

📋 copy color: '#200189'

red 32 ◦ green 1 ◦ blue 137

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

Shades of Ultramarine #200189

Tints of Ultramarine #200189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 137 (53.91% from 255) = 80.59%

R = 18.82%
G = 0.59%
B = 80.59%

CMYK

 C value IS 0.77

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#200189 (or 0x200189) is known color: Ultramarine. HEX triplet: 20, 01 and 89. RGB value is (32,1,137). Sum of RGB (Red+Green+Blue) = 32+1+137=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #200189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200189 is #DFFE76. Grayscale: #191919. Windows color (decimal): -14679671 or 8978720. OLE color: 8978720.

HSL color Cylindrical-coordinate representation of color #200189: hue angle of 253.68º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200189 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 1 137 -
CMYK 0.77 0.99 0 0.46
HSL 253.68º 0.99% 0.27% -
HSV(B) 253.68º 0.99% 0.54% -
XYZ 5.12 2.13 23.81 -
YUV 25.77 190.77 132.44 -
System Red Green Blue C M Y K H S L
Decimal 32 1 137 0.77 0.99 0 0.46 253.68 0.99 0.27
Hex 20 1 89 4D 63 0 2E FE 63 1B
Octal 40 1 211 115 143 0 56 376 143 33
Binary 100000 1 10001001 1001101 1100011 0 101110 11111110 1100011 11011

Color Harmonies of #200189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200189

Black with #200189

Text Example


Text Example

White with #200189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200189; }

 p { color: rgb(32,1,137); }

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

background-color css

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

 a { background-color: rgb(32,1,137); }

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

border-color css

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

 span { border-color: rgb(32,1,137); }

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