Html Css Color HEX #201593 Ultramarine

📋 copy color: '#201593'

red 32 ◦ green 21 ◦ blue 147

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

Shades of Ultramarine #201593

Tints of Ultramarine #201593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 73.5%

R = 16%
G = 10.5%
B = 73.5%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201593 (or 0x201593) is known color: Ultramarine. HEX triplet: 20, 15 and 93. RGB value is (32,21,147). Sum of RGB (Red+Green+Blue) = 32+21+147=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #201593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201593 is #DFEA6C. Grayscale: #262626. Windows color (decimal): -14674541 or 9639200. OLE color: 9639200.

HSL color Cylindrical-coordinate representation of color #201593: hue angle of 245.24º 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 #201593 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 21 147 -
CMYK 0.78 0.86 0 0.42
HSL 245.24º 0.75% 0.33% -
HSV(B) 245.24º 0.86% 0.58% -
XYZ 6.13 2.95 27.85 -
YUV 38.65 189.14 123.25 -
System Red Green Blue C M Y K H S L
Decimal 32 21 147 0.78 0.86 0 0.42 245.24 0.75 0.33
Hex 20 15 93 4E 56 0 2A F5 4B 21
Octal 40 25 223 116 126 0 52 365 113 41
Binary 100000 10101 10010011 1001110 1010110 0 101010 11110101 1001011 100001

Color Harmonies of #201593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201593

Black with #201593

Text Example


Text Example

White with #201593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201593; }

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

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

background-color css

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

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

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

border-color css

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

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

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