Html Css Color HEX #201390 Ultramarine

📋 copy color: '#201390'

red 32 ◦ green 19 ◦ blue 144

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

Shades of Ultramarine #201390

Tints of Ultramarine #201390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

 BLUE value IS 144 (56.64% from 255) = 73.85%

R = 16.41%
G = 9.74%
B = 73.85%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#201390 (or 0x201390) is known color: Ultramarine. HEX triplet: 20, 13 and 90. RGB value is (32,19,144). Sum of RGB (Red+Green+Blue) = 32+19+144=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #201390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201390 is #DFEC6F. Grayscale: #242424. Windows color (decimal): -14675056 or 9442080. OLE color: 9442080.

HSL color Cylindrical-coordinate representation of color #201390: hue angle of 246.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201390 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 19 144 -
CMYK 0.78 0.87 0 0.44
HSL 246.24º 0.77% 0.32% -
HSV(B) 246.24º 0.87% 0.56% -
XYZ 5.86 2.79 26.61 -
YUV 37.14 188.31 124.34 -
System Red Green Blue C M Y K H S L
Decimal 32 19 144 0.78 0.87 0 0.44 246.24 0.77 0.32
Hex 20 13 90 4E 57 0 2C F6 4D 20
Octal 40 23 220 116 127 0 54 366 115 40
Binary 100000 10011 10010000 1001110 1010111 0 101100 11110110 1001101 100000

Color Harmonies of #201390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201390

Black with #201390

Text Example


Text Example

White with #201390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201390; }

 p { color: rgb(32,19,144); }

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

background-color css

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

 a { background-color: rgb(32,19,144); }

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

border-color css

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

 span { border-color: rgb(32,19,144); }

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