Html Css Color HEX #211AA0 Ultramarine

📋 copy color: '#211AA0'

red 33 ◦ green 26 ◦ blue 160

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

Shades of Ultramarine #211AA0

Tints of Ultramarine #211AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

 BLUE value IS 160 (62.89% from 255) = 73.06%

R = 15.07%
G = 11.87%
B = 73.06%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#211AA0 (or 0x211AA0) is known color: Ultramarine. HEX triplet: 21, 1A and A0. RGB value is (33,26,160). Sum of RGB (Red+Green+Blue) = 33+26+160=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 160 (62.89% from 255 or 73.06% from 219); Max value from RGB is 160 - color contains mainly: blue. Hex color #211AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211AA0 is #DEE55F. Grayscale: #2A2A2A. Windows color (decimal): -14607712 or 10492449. OLE color: 10492449.

HSL color Cylindrical-coordinate representation of color #211AA0: hue angle of 243.13º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211AA0 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 26 160 -
CMYK 0.79 0.84 0 0.37
HSL 243.13º 0.72% 0.36% -
HSV(B) 243.13º 0.84% 0.63% -
XYZ 7.34 3.6 33.57 -
YUV 43.37 193.82 120.6 -
System Red Green Blue C M Y K H S L
Decimal 33 26 160 0.79 0.84 0 0.37 243.13 0.72 0.36
Hex 21 1A A0 4F 54 0 25 F3 48 24
Octal 41 32 240 117 124 0 45 363 110 44
Binary 100001 11010 10100000 1001111 1010100 0 100101 11110011 1001000 100100

Color Harmonies of #211AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211AA0

Black with #211AA0

Text Example


Text Example

White with #211AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211AA0; }

 p { color: rgb(33,26,160); }

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

background-color css

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

 a { background-color: rgb(33,26,160); }

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

border-color css

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

 span { border-color: rgb(33,26,160); }

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