Html Css Color HEX #202496 Ultramarine

📋 copy color: '#202496'

red 32 ◦ green 36 ◦ blue 150

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

Shades of Ultramarine #202496

Tints of Ultramarine #202496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 14.68%
G = 16.51%
B = 68.81%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#202496 (or 0x202496) is known color: Ultramarine. HEX triplet: 20, 24 and 96. RGB value is (32,36,150). Sum of RGB (Red+Green+Blue) = 32+36+150=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #202496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202496 is #DFDB69. Grayscale: #2F2F2F. Windows color (decimal): -14670698 or 9839648. OLE color: 9839648.

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

Color convert

RGB 32 36 150 -
CMYK 0.79 0.76 0 0.41
HSL 237.97º 0.65% 0.36% -
HSV(B) 237.97º 0.79% 0.59% -
XYZ 6.73 3.77 29.23 -
YUV 47.8 185.67 116.73 -
System Red Green Blue C M Y K H S L
Decimal 32 36 150 0.79 0.76 0 0.41 237.97 0.65 0.36
Hex 20 24 96 4F 4C 0 29 EE 41 24
Octal 40 44 226 117 114 0 51 356 101 44
Binary 100000 100100 10010110 1001111 1001100 0 101001 11101110 1000001 100100

Color Harmonies of #202496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202496

Black with #202496

Text Example


Text Example

White with #202496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202496; }

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

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

background-color css

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

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

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

border-color css

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

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

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