Html Css Color HEX #200998 Ultramarine

📋 copy color: '#200998'

red 32 ◦ green 9 ◦ blue 152

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

Shades of Ultramarine #200998

Tints of Ultramarine #200998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 78.76%

R = 16.58%
G = 4.66%
B = 78.76%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#200998 (or 0x200998) is known color: Ultramarine. HEX triplet: 20, 09 and 98. RGB value is (32,9,152). Sum of RGB (Red+Green+Blue) = 32+9+152=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 152 (59.77% from 255 or 78.76% from 193); Max value from RGB is 152 - color contains mainly: blue. Hex color #200998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200998 is #DFF667. Grayscale: #1F1F1F. Windows color (decimal): -14677608 or 9963808. OLE color: 9963808.

HSL color Cylindrical-coordinate representation of color #200998: hue angle of 249.65º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200998 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 32 9 152 -
CMYK 0.79 0.94 0 0.40
HSL 249.65º 0.89% 0.32% -
HSV(B) 249.65º 0.94% 0.6% -
XYZ 6.36 2.77 29.91 -
YUV 32.18 195.62 127.87 -
System Red Green Blue C M Y K H S L
Decimal 32 9 152 0.79 0.94 0 0.40 249.65 0.89 0.32
Hex 20 9 98 4F 5E 0 28 FA 59 20
Octal 40 11 230 117 136 0 50 372 131 40
Binary 100000 1001 10011000 1001111 1011110 0 101000 11111010 1011001 100000

Color Harmonies of #200998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200998

Black with #200998

Text Example


Text Example

White with #200998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200998; }

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

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

background-color css

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

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

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

border-color css

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

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

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