Html Css Color HEX #200995 Ultramarine

📋 copy color: '#200995'

red 32 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #200995

Tints of Ultramarine #200995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 78.42%

R = 16.84%
G = 4.74%
B = 78.42%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#200995 (or 0x200995) is known color: Ultramarine. HEX triplet: 20, 09 and 95. RGB value is (32,9,149). Sum of RGB (Red+Green+Blue) = 32+9+149=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #200995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200995 is #DFF66A. Grayscale: #1F1F1F. Windows color (decimal): -14677611 or 9767200. OLE color: 9767200.

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

Color convert

RGB 32 9 149 -
CMYK 0.79 0.94 0 0.42
HSL 249.86º 0.89% 0.31% -
HSV(B) 249.86º 0.94% 0.58% -
XYZ 6.12 2.67 28.63 -
YUV 31.84 194.12 128.12 -
System Red Green Blue C M Y K H S L
Decimal 32 9 149 0.79 0.94 0 0.42 249.86 0.89 0.31
Hex 20 9 95 4F 5E 0 2A FA 59 1F
Octal 40 11 225 117 136 0 52 372 131 37
Binary 100000 1001 10010101 1001111 1011110 0 101010 11111010 1011001 11111

Color Harmonies of #200995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200995

Black with #200995

Text Example


Text Example

White with #200995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200995; }

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

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

background-color css

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

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

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

border-color css

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

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

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