Html Css Color HEX #211A93 Ultramarine

📋 copy color: '#211A93'

red 33 ◦ green 26 ◦ blue 147

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

Shades of Ultramarine #211A93

Tints of Ultramarine #211A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 71.36%

R = 16.02%
G = 12.62%
B = 71.36%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211A93 (or 0x211A93) is known color: Ultramarine. HEX triplet: 21, 1A and 93. RGB value is (33,26,147). Sum of RGB (Red+Green+Blue) = 33+26+147=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #211A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211A93 is #DEE56C. Grayscale: #292929. Windows color (decimal): -14607725 or 9640481. OLE color: 9640481.

HSL color Cylindrical-coordinate representation of color #211A93: hue angle of 243.47º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211A93 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 26 147 -
CMYK 0.78 0.82 0 0.42
HSL 243.47º 0.7% 0.34% -
HSV(B) 243.47º 0.82% 0.58% -
XYZ 6.26 3.17 27.89 -
YUV 41.89 187.32 121.66 -
System Red Green Blue C M Y K H S L
Decimal 33 26 147 0.78 0.82 0 0.42 243.47 0.7 0.34
Hex 21 1A 93 4E 52 0 2A F3 46 22
Octal 41 32 223 116 122 0 52 363 106 42
Binary 100001 11010 10010011 1001110 1010010 0 101010 11110011 1000110 100010

Color Harmonies of #211A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A93

Black with #211A93

Text Example


Text Example

White with #211A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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