Html Css Color HEX #200095 Ultramarine

📋 copy color: '#200095'

red 32 ◦ green 0 ◦ blue 149

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

Shades of Ultramarine #200095

Tints of Ultramarine #200095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.68%
G = 0%
B = 82.32%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#200095 (or 0x200095) is known color: Ultramarine. HEX triplet: 20, 00 and 95. RGB value is (32,0,149). Sum of RGB (Red+Green+Blue) = 32+0+149=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 149 (58.59% from 255 or 82.32% from 181); Max value from RGB is 149 - color contains mainly: blue. Hex color #200095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200095 is #DFFF6A. Grayscale: #191919. Windows color (decimal): -14679915 or 9764896. OLE color: 9764896.

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

Color convert

RGB 32 0 149 -
CMYK 0.79 1 0 0.42
HSL 252.89º 1% 0.29% -
HSV(B) 252.89º 1% 0.58% -
XYZ 6.02 2.48 28.59 -
YUV 26.55 197.1 131.88 -
System Red Green Blue C M Y K H S L
Decimal 32 0 149 0.79 1 0 0.42 252.89 1 0.29
Hex 20 0 95 4F 64 0 2A FD 64 1D
Octal 40 0 225 117 144 0 52 375 144 35
Binary 100000 0 10010101 1001111 1100100 0 101010 11111101 1100100 11101

Color Harmonies of #200095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200095

Black with #200095

Text Example


Text Example

White with #200095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200095; }

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

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

background-color css

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

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

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

border-color css

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

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

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