Html Css Color HEX #211490 Ultramarine

📋 copy color: '#211490'

red 33 ◦ green 20 ◦ blue 144

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

Shades of Ultramarine #211490

Tints of Ultramarine #211490

RGB

 RED value IS 33 (13.28% from 255) = 16.75%

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

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

R = 16.75%
G = 10.15%
B = 73.1%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#211490 (or 0x211490) is known color: Ultramarine. HEX triplet: 21, 14 and 90. RGB value is (33,20,144). Sum of RGB (Red+Green+Blue) = 33+20+144=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #211490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211490 is #DEEB6F. Grayscale: #252525. Windows color (decimal): -14609264 or 9442337. OLE color: 9442337.

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

Color convert

RGB 33 20 144 -
CMYK 0.77 0.86 0 0.44
HSL 246.29º 0.76% 0.32% -
HSV(B) 246.29º 0.86% 0.56% -
XYZ 5.91 2.84 26.62 -
YUV 38.02 187.81 124.42 -
System Red Green Blue C M Y K H S L
Decimal 33 20 144 0.77 0.86 0 0.44 246.29 0.76 0.32
Hex 21 14 90 4D 56 0 2C F6 4C 20
Octal 41 24 220 115 126 0 54 366 114 40
Binary 100001 10100 10010000 1001101 1010110 0 101100 11110110 1001100 100000

Color Harmonies of #211490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211490

Black with #211490

Text Example


Text Example

White with #211490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211490; }

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

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

background-color css

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

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

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

border-color css

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

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

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