Html Css Color HEX #202195 Ultramarine

📋 copy color: '#202195'

red 32 ◦ green 33 ◦ blue 149

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

Shades of Ultramarine #202195

Tints of Ultramarine #202195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 69.63%

R = 14.95%
G = 15.42%
B = 69.63%

CMYK

 C value IS 0.79

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#202195 (or 0x202195) is known color: Ultramarine. HEX triplet: 20, 21 and 95. RGB value is (32,33,149). Sum of RGB (Red+Green+Blue) = 32+33+149=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #202195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202195 is #DFDE6A. Grayscale: #2D2D2D. Windows color (decimal): -14671467 or 9773344. OLE color: 9773344.

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

Color convert

RGB 32 33 149 -
CMYK 0.79 0.78 0 0.42
HSL 239.49º 0.65% 0.35% -
HSV(B) 239.49º 0.79% 0.58% -
XYZ 6.56 3.56 28.78 -
YUV 45.93 186.17 118.07 -
System Red Green Blue C M Y K H S L
Decimal 32 33 149 0.79 0.78 0 0.42 239.49 0.65 0.35
Hex 20 21 95 4F 4E 0 2A EF 41 23
Octal 40 41 225 117 116 0 52 357 101 43
Binary 100000 100001 10010101 1001111 1001110 0 101010 11101111 1000001 100011

Color Harmonies of #202195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202195

Black with #202195

Text Example


Text Example

White with #202195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202195; }

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

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

background-color css

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

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

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

border-color css

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

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

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