Html Css Color HEX #201493 Ultramarine

📋 copy color: '#201493'

red 32 ◦ green 20 ◦ blue 147

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

Shades of Ultramarine #201493

Tints of Ultramarine #201493

RGB

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

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

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

R = 16.08%
G = 10.05%
B = 73.87%

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

#201493 (or 0x201493) is known color: Ultramarine. HEX triplet: 20, 14 and 93. RGB value is (32,20,147). Sum of RGB (Red+Green+Blue) = 32+20+147=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #201493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201493 is #DFEB6C. Grayscale: #252525. Windows color (decimal): -14674797 or 9638944. OLE color: 9638944.

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

Color convert

RGB 32 20 147 -
CMYK 0.78 0.86 0 0.42
HSL 245.67º 0.76% 0.33% -
HSV(B) 245.67º 0.86% 0.58% -
XYZ 6.11 2.91 27.84 -
YUV 38.07 189.48 123.67 -
System Red Green Blue C M Y K H S L
Decimal 32 20 147 0.78 0.86 0 0.42 245.67 0.76 0.33
Hex 20 14 93 4E 56 0 2A F6 4C 21
Octal 40 24 223 116 126 0 52 366 114 41
Binary 100000 10100 10010011 1001110 1010110 0 101010 11110110 1001100 100001

Color Harmonies of #201493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201493

Black with #201493

Text Example


Text Example

White with #201493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201493; }

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

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

background-color css

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

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

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

border-color css

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

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

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