Html Css Color HEX #201595 Ultramarine

📋 copy color: '#201595'

red 32 ◦ green 21 ◦ blue 149

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

Shades of Ultramarine #201595

Tints of Ultramarine #201595

RGB

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

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

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

R = 15.84%
G = 10.4%
B = 73.76%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201595 (or 0x201595) is known color: Ultramarine. HEX triplet: 20, 15 and 95. RGB value is (32,21,149). Sum of RGB (Red+Green+Blue) = 32+21+149=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #201595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201595 is #DFEA6A. Grayscale: #262626. Windows color (decimal): -14674539 or 9770272. OLE color: 9770272.

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

Color convert

RGB 32 21 149 -
CMYK 0.79 0.86 0 0.42
HSL 245.16º 0.75% 0.33% -
HSV(B) 245.16º 0.86% 0.58% -
XYZ 6.29 3.01 28.68 -
YUV 38.88 190.14 123.09 -
System Red Green Blue C M Y K H S L
Decimal 32 21 149 0.79 0.86 0 0.42 245.16 0.75 0.33
Hex 20 15 95 4F 56 0 2A F5 4B 21
Octal 40 25 225 117 126 0 52 365 113 41
Binary 100000 10101 10010101 1001111 1010110 0 101010 11110101 1001011 100001

Color Harmonies of #201595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201595

Black with #201595

Text Example


Text Example

White with #201595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201595; }

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

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

background-color css

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

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

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

border-color css

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

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

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