Html Css Color HEX #200595 Ultramarine

📋 copy color: '#200595'

red 32 ◦ green 5 ◦ blue 149

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

Shades of Ultramarine #200595

Tints of Ultramarine #200595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

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

R = 17.2%
G = 2.69%
B = 80.11%

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

#200595 (or 0x200595) is known color: Ultramarine. HEX triplet: 20, 05 and 95. RGB value is (32,5,149). Sum of RGB (Red+Green+Blue) = 32+5+149=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 149 (58.59% from 255 or 80.11% from 186); Max value from RGB is 149 - color contains mainly: blue. Hex color #200595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200595 is #DFFA6A. Grayscale: #1C1C1C. Windows color (decimal): -14678635 or 9766176. OLE color: 9766176.

HSL color Cylindrical-coordinate representation of color #200595: hue angle of 251.25º degrees, saturation: 0.94, 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 #200595 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 5 149 -
CMYK 0.79 0.97 0 0.42
HSL 251.25º 0.94% 0.3% -
HSV(B) 251.25º 0.97% 0.58% -
XYZ 6.07 2.59 28.61 -
YUV 29.49 195.45 129.79 -
System Red Green Blue C M Y K H S L
Decimal 32 5 149 0.79 0.97 0 0.42 251.25 0.94 0.3
Hex 20 5 95 4F 61 0 2A FB 5E 1E
Octal 40 5 225 117 141 0 52 373 136 36
Binary 100000 101 10010101 1001111 1100001 0 101010 11111011 1011110 11110

Color Harmonies of #200595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200595

Black with #200595

Text Example


Text Example

White with #200595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200595; }

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

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

background-color css

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

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

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

border-color css

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

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

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