Html Css Color HEX #200596 Ultramarine

📋 copy color: '#200596'

red 32 ◦ green 5 ◦ blue 150

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

Shades of Ultramarine #200596

Tints of Ultramarine #200596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 80.21%

R = 17.11%
G = 2.67%
B = 80.21%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#200596 (or 0x200596) is known color: Ultramarine. HEX triplet: 20, 05 and 96. RGB value is (32,5,150). Sum of RGB (Red+Green+Blue) = 32+5+150=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #200596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200596 is #DFFA69. Grayscale: #1D1D1D. Windows color (decimal): -14678634 or 9831712. OLE color: 9831712.

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

Color convert

RGB 32 5 150 -
CMYK 0.79 0.97 0 0.41
HSL 251.17º 0.94% 0.3% -
HSV(B) 251.17º 0.97% 0.59% -
XYZ 6.15 2.62 29.04 -
YUV 29.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 32 5 150 0.79 0.97 0 0.41 251.17 0.94 0.3
Hex 20 5 96 4F 61 0 29 FB 5E 1E
Octal 40 5 226 117 141 0 51 373 136 36
Binary 100000 101 10010110 1001111 1100001 0 101001 11111011 1011110 11110

Color Harmonies of #200596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200596

Black with #200596

Text Example


Text Example

White with #200596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200596; }

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

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

background-color css

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

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

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

border-color css

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

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

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