Html Css Color HEX #200097 Ultramarine

📋 copy color: '#200097'

red 32 ◦ green 0 ◦ blue 151

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

Shades of Ultramarine #200097

Tints of Ultramarine #200097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.49%
G = 0%
B = 82.51%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#200097 (or 0x200097) is known color: Ultramarine. HEX triplet: 20, 00 and 97. RGB value is (32,0,151). Sum of RGB (Red+Green+Blue) = 32+0+151=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 151 (59.38% from 255 or 82.51% from 183); Max value from RGB is 151 - color contains mainly: blue. Hex color #200097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200097 is #DFFF68. Grayscale: #1A1A1A. Windows color (decimal): -14679913 or 9895968. OLE color: 9895968.

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

Color convert

RGB 32 0 151 -
CMYK 0.79 1 0 0.41
HSL 252.72º 1% 0.3% -
HSV(B) 252.72º 1% 0.59% -
XYZ 6.18 2.54 29.44 -
YUV 26.78 198.1 131.72 -
System Red Green Blue C M Y K H S L
Decimal 32 0 151 0.79 1 0 0.41 252.72 1 0.3
Hex 20 0 97 4F 64 0 29 FD 64 1E
Octal 40 0 227 117 144 0 51 375 144 36
Binary 100000 0 10010111 1001111 1100100 0 101001 11111101 1100100 11110

Color Harmonies of #200097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200097

Black with #200097

Text Example


Text Example

White with #200097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200097; }

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

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

background-color css

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

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

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

border-color css

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

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

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