Html Css Color HEX #211690 Ultramarine

📋 copy color: '#211690'

red 33 ◦ green 22 ◦ blue 144

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

Shades of Ultramarine #211690

Tints of Ultramarine #211690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.06%

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

R = 16.58%
G = 11.06%
B = 72.36%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#211690 (or 0x211690) is known color: Ultramarine. HEX triplet: 21, 16 and 90. RGB value is (33,22,144). Sum of RGB (Red+Green+Blue) = 33+22+144=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #211690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211690 is #DEE96F. Grayscale: #262626. Windows color (decimal): -14608752 or 9442849. OLE color: 9442849.

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

Color convert

RGB 33 22 144 -
CMYK 0.77 0.85 0 0.44
HSL 245.41º 0.73% 0.33% -
HSV(B) 245.41º 0.85% 0.56% -
XYZ 5.95 2.91 26.63 -
YUV 39.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 33 22 144 0.77 0.85 0 0.44 245.41 0.73 0.33
Hex 21 16 90 4D 55 0 2C F5 49 21
Octal 41 26 220 115 125 0 54 365 111 41
Binary 100001 10110 10010000 1001101 1010101 0 101100 11110101 1001001 100001

Color Harmonies of #211690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211690

Black with #211690

Text Example


Text Example

White with #211690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211690; }

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

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

background-color css

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

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

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

border-color css

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

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

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