Html Css Color HEX #200495 Ultramarine

📋 copy color: '#200495'

red 32 ◦ green 4 ◦ blue 149

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

Shades of Ultramarine #200495

Tints of Ultramarine #200495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 17.3%
G = 2.16%
B = 80.54%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#200495 (or 0x200495) is known color: Ultramarine. HEX triplet: 20, 04 and 95. RGB value is (32,4,149). Sum of RGB (Red+Green+Blue) = 32+4+149=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #200495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200495 is #DFFB6A. Grayscale: #1C1C1C. Windows color (decimal): -14678891 or 9765920. OLE color: 9765920.

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

Color convert

RGB 32 4 149 -
CMYK 0.79 0.97 0 0.42
HSL 251.59º 0.95% 0.3% -
HSV(B) 251.59º 0.97% 0.58% -
XYZ 6.06 2.56 28.61 -
YUV 28.9 195.78 130.21 -
System Red Green Blue C M Y K H S L
Decimal 32 4 149 0.79 0.97 0 0.42 251.59 0.95 0.3
Hex 20 4 95 4F 61 0 2A FC 5F 1E
Octal 40 4 225 117 141 0 52 374 137 36
Binary 100000 100 10010101 1001111 1100001 0 101010 11111100 1011111 11110

Color Harmonies of #200495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200495

Black with #200495

Text Example


Text Example

White with #200495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200495; }

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

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

background-color css

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

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

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

border-color css

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

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

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