Html Css Color HEX #211A90 Ultramarine

📋 copy color: '#211A90'

red 33 ◦ green 26 ◦ blue 144

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

Shades of Ultramarine #211A90

Tints of Ultramarine #211A90

RGB

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

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

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

R = 16.26%
G = 12.81%
B = 70.94%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#211A90 (or 0x211A90) is known color: Ultramarine. HEX triplet: 21, 1A and 90. RGB value is (33,26,144). Sum of RGB (Red+Green+Blue) = 33+26+144=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #211A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211A90 is #DEE56F. Grayscale: #292929. Windows color (decimal): -14607728 or 9443873. OLE color: 9443873.

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

Color convert

RGB 33 26 144 -
CMYK 0.77 0.82 0 0.44
HSL 243.56º 0.69% 0.33% -
HSV(B) 243.56º 0.82% 0.56% -
XYZ 6.03 3.08 26.66 -
YUV 41.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 33 26 144 0.77 0.82 0 0.44 243.56 0.69 0.33
Hex 21 1A 90 4D 52 0 2C F4 45 21
Octal 41 32 220 115 122 0 54 364 105 41
Binary 100001 11010 10010000 1001101 1010010 0 101100 11110100 1000101 100001

Color Harmonies of #211A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A90

Black with #211A90

Text Example


Text Example

White with #211A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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