Html Css Color HEX #202196 Ultramarine

📋 copy color: '#202196'

red 32 ◦ green 33 ◦ blue 150

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

Shades of Ultramarine #202196

Tints of Ultramarine #202196

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 14.88%
G = 15.35%
B = 69.77%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#202196 (or 0x202196) is known color: Ultramarine. HEX triplet: 20, 21 and 96. RGB value is (32,33,150). Sum of RGB (Red+Green+Blue) = 32+33+150=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #202196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202196 is #DFDE69. Grayscale: #2D2D2D. Windows color (decimal): -14671466 or 9838880. OLE color: 9838880.

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

Color convert

RGB 32 33 150 -
CMYK 0.79 0.78 0 0.41
HSL 239.49º 0.65% 0.36% -
HSV(B) 239.49º 0.79% 0.59% -
XYZ 6.64 3.6 29.2 -
YUV 46.04 186.67 117.99 -
System Red Green Blue C M Y K H S L
Decimal 32 33 150 0.79 0.78 0 0.41 239.49 0.65 0.36
Hex 20 21 96 4F 4E 0 29 EF 41 24
Octal 40 41 226 117 116 0 51 357 101 44
Binary 100000 100001 10010110 1001111 1001110 0 101001 11101111 1000001 100100

Color Harmonies of #202196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202196

Black with #202196

Text Example


Text Example

White with #202196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202196; }

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

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

background-color css

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

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

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

border-color css

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

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

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