Html Css Color HEX #201596 Ultramarine

📋 copy color: '#201596'

red 32 ◦ green 21 ◦ blue 150

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

Shades of Ultramarine #201596

Tints of Ultramarine #201596

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 15.76%
G = 10.34%
B = 73.89%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#201596 (or 0x201596) is known color: Ultramarine. HEX triplet: 20, 15 and 96. RGB value is (32,21,150). Sum of RGB (Red+Green+Blue) = 32+21+150=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #201596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201596 is #DFEA69. Grayscale: #262626. Windows color (decimal): -14674538 or 9835808. OLE color: 9835808.

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

Color convert

RGB 32 21 150 -
CMYK 0.79 0.86 0 0.41
HSL 245.12º 0.75% 0.34% -
HSV(B) 245.12º 0.86% 0.59% -
XYZ 6.37 3.05 29.11 -
YUV 39 190.64 123.01 -
System Red Green Blue C M Y K H S L
Decimal 32 21 150 0.79 0.86 0 0.41 245.12 0.75 0.34
Hex 20 15 96 4F 56 0 29 F5 4B 22
Octal 40 25 226 117 126 0 51 365 113 42
Binary 100000 10101 10010110 1001111 1010110 0 101001 11110101 1001011 100010

Color Harmonies of #201596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201596

Black with #201596

Text Example


Text Example

White with #201596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201596; }

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

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

background-color css

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

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

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

border-color css

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

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

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