Html Css Color HEX #201496 Ultramarine

📋 copy color: '#201496'

red 32 ◦ green 20 ◦ blue 150

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

Shades of Ultramarine #201496

Tints of Ultramarine #201496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 15.84%
G = 9.9%
B = 74.26%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#201496 (or 0x201496) is known color: Ultramarine. HEX triplet: 20, 14 and 96. RGB value is (32,20,150). Sum of RGB (Red+Green+Blue) = 32+20+150=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #201496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201496 is #DFEB69. Grayscale: #252525. Windows color (decimal): -14674794 or 9835552. OLE color: 9835552.

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

Color convert

RGB 32 20 150 -
CMYK 0.79 0.87 0 0.41
HSL 245.54º 0.76% 0.33% -
HSV(B) 245.54º 0.87% 0.59% -
XYZ 6.35 3.01 29.1 -
YUV 38.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 32 20 150 0.79 0.87 0 0.41 245.54 0.76 0.33
Hex 20 14 96 4F 57 0 29 F6 4C 21
Octal 40 24 226 117 127 0 51 366 114 41
Binary 100000 10100 10010110 1001111 1010111 0 101001 11110110 1001100 100001

Color Harmonies of #201496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201496

Black with #201496

Text Example


Text Example

White with #201496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201496; }

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

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

background-color css

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

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

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

border-color css

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

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

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