Html Css Color HEX #200C89 Ultramarine

📋 copy color: '#200C89'

red 32 ◦ green 12 ◦ blue 137

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

Shades of Ultramarine #200C89

Tints of Ultramarine #200C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.63%

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

R = 17.68%
G = 6.63%
B = 75.69%

CMYK

 C value IS 0.77

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#200C89 (or 0x200C89) is known color: Ultramarine. HEX triplet: 20, 0C and 89. RGB value is (32,12,137). Sum of RGB (Red+Green+Blue) = 32+12+137=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 137 (53.91% from 255 or 75.69% from 181); Max value from RGB is 137 - color contains mainly: blue. Hex color #200C89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200C89 is #DFF376. Grayscale: #1F1F1F. Windows color (decimal): -14676855 or 8981536. OLE color: 8981536.

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

Color convert

RGB 32 12 137 -
CMYK 0.77 0.91 0 0.46
HSL 249.6º 0.84% 0.29% -
HSV(B) 249.6º 0.91% 0.54% -
XYZ 5.24 2.38 23.85 -
YUV 32.23 187.13 127.84 -
System Red Green Blue C M Y K H S L
Decimal 32 12 137 0.77 0.91 0 0.46 249.6 0.84 0.29
Hex 20 C 89 4D 5B 0 2E FA 54 1D
Octal 40 14 211 115 133 0 56 372 124 35
Binary 100000 1100 10001001 1001101 1011011 0 101110 11111010 1010100 11101

Color Harmonies of #200C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C89

Black with #200C89

Text Example


Text Example

White with #200C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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