Html Css Color HEX #200598 Ultramarine

📋 copy color: '#200598'

red 32 ◦ green 5 ◦ blue 152

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

Shades of Ultramarine #200598

Tints of Ultramarine #200598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 80.42%

R = 16.93%
G = 2.65%
B = 80.42%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#200598 (or 0x200598) is known color: Ultramarine. HEX triplet: 20, 05 and 98. RGB value is (32,5,152). Sum of RGB (Red+Green+Blue) = 32+5+152=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 152 (59.77% from 255 or 80.42% from 189); Max value from RGB is 152 - color contains mainly: blue. Hex color #200598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200598 is #DFFA67. Grayscale: #1D1D1D. Windows color (decimal): -14678632 or 9962784. OLE color: 9962784.

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

Color convert

RGB 32 5 152 -
CMYK 0.79 0.97 0 0.40
HSL 251.02º 0.94% 0.31% -
HSV(B) 251.02º 0.97% 0.6% -
XYZ 6.32 2.68 29.89 -
YUV 29.83 196.95 129.55 -
System Red Green Blue C M Y K H S L
Decimal 32 5 152 0.79 0.97 0 0.40 251.02 0.94 0.31
Hex 20 5 98 4F 61 0 28 FB 5E 1F
Octal 40 5 230 117 141 0 50 373 136 37
Binary 100000 101 10011000 1001111 1100001 0 101000 11111011 1011110 11111

Color Harmonies of #200598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200598

Black with #200598

Text Example


Text Example

White with #200598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200598; }

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

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

background-color css

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

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

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

border-color css

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

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

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