Html Css Color HEX #200289 Ultramarine

📋 copy color: '#200289'

red 32 ◦ green 2 ◦ blue 137

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

Shades of Ultramarine #200289

Tints of Ultramarine #200289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

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

R = 18.71%
G = 1.17%
B = 80.12%

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

#200289 (or 0x200289) is known color: Ultramarine. HEX triplet: 20, 02 and 89. RGB value is (32,2,137). Sum of RGB (Red+Green+Blue) = 32+2+137=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #200289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200289 is #DFFD76. Grayscale: #191919. Windows color (decimal): -14679415 or 8978976. OLE color: 8978976.

HSL color Cylindrical-coordinate representation of color #200289: hue angle of 253.33º degrees, saturation: 0.97, 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 #200289 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 2 137 -
CMYK 0.77 0.99 0 0.46
HSL 253.33º 0.97% 0.27% -
HSV(B) 253.33º 0.99% 0.54% -
XYZ 5.13 2.16 23.81 -
YUV 26.36 190.44 132.02 -
System Red Green Blue C M Y K H S L
Decimal 32 2 137 0.77 0.99 0 0.46 253.33 0.97 0.27
Hex 20 2 89 4D 63 0 2E FD 61 1B
Octal 40 2 211 115 143 0 56 375 141 33
Binary 100000 10 10001001 1001101 1100011 0 101110 11111101 1100001 11011

Color Harmonies of #200289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200289

Black with #200289

Text Example


Text Example

White with #200289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200289; }

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

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

background-color css

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

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

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

border-color css

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

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

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