Html Css Color HEX #200497 Ultramarine

📋 copy color: '#200497'

red 32 ◦ green 4 ◦ blue 151

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

Shades of Ultramarine #200497

Tints of Ultramarine #200497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 80.75%

R = 17.11%
G = 2.14%
B = 80.75%

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

#200497 (or 0x200497) is known color: Ultramarine. HEX triplet: 20, 04 and 97. RGB value is (32,4,151). Sum of RGB (Red+Green+Blue) = 32+4+151=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 151 (59.38% from 255 or 80.75% from 187); Max value from RGB is 151 - color contains mainly: blue. Hex color #200497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200497 is #DFFB68. Grayscale: #1C1C1C. Windows color (decimal): -14678889 or 9896992. OLE color: 9896992.

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

Color convert

RGB 32 4 151 -
CMYK 0.79 0.97 0 0.41
HSL 251.43º 0.95% 0.3% -
HSV(B) 251.43º 0.97% 0.59% -
XYZ 6.22 2.63 29.46 -
YUV 29.13 196.78 130.05 -
System Red Green Blue C M Y K H S L
Decimal 32 4 151 0.79 0.97 0 0.41 251.43 0.95 0.3
Hex 20 4 97 4F 61 0 29 FB 5F 1E
Octal 40 4 227 117 141 0 51 373 137 36
Binary 100000 100 10010111 1001111 1100001 0 101001 11111011 1011111 11110

Color Harmonies of #200497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200497

Black with #200497

Text Example


Text Example

White with #200497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200497; }

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

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

background-color css

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

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

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

border-color css

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

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

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