Html Css Color HEX #201490 Ultramarine

📋 copy color: '#201490'

red 32 ◦ green 20 ◦ blue 144

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

Shades of Ultramarine #201490

Tints of Ultramarine #201490

RGB

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

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

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

R = 16.33%
G = 10.2%
B = 73.47%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#201490 (or 0x201490) is known color: Ultramarine. HEX triplet: 20, 14 and 90. RGB value is (32,20,144). Sum of RGB (Red+Green+Blue) = 32+20+144=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #201490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201490 is #DFEB6F. Grayscale: #252525. Windows color (decimal): -14674800 or 9442336. OLE color: 9442336.

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

Color convert

RGB 32 20 144 -
CMYK 0.78 0.86 0 0.44
HSL 245.81º 0.76% 0.32% -
HSV(B) 245.81º 0.86% 0.56% -
XYZ 5.88 2.82 26.62 -
YUV 37.72 187.98 123.92 -
System Red Green Blue C M Y K H S L
Decimal 32 20 144 0.78 0.86 0 0.44 245.81 0.76 0.32
Hex 20 14 90 4E 56 0 2C F6 4C 20
Octal 40 24 220 116 126 0 54 366 114 40
Binary 100000 10100 10010000 1001110 1010110 0 101100 11110110 1001100 100000

Color Harmonies of #201490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201490

Black with #201490

Text Example


Text Example

White with #201490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201490; }

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

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

background-color css

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

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

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

border-color css

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

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

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