Html Css Color HEX #211A99 Ultramarine

📋 copy color: '#211A99'

red 33 ◦ green 26 ◦ blue 153

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

Shades of Ultramarine #211A99

Tints of Ultramarine #211A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 72.17%

R = 15.57%
G = 12.26%
B = 72.17%

CMYK

 C value IS 0.78

 M value IS 0.83

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#211A99 (or 0x211A99) is known color: Ultramarine. HEX triplet: 21, 1A and 99. RGB value is (33,26,153). Sum of RGB (Red+Green+Blue) = 33+26+153=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 153 (60.16% from 255 or 72.17% from 212); Max value from RGB is 153 - color contains mainly: blue. Hex color #211A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211A99 is #DEE566. Grayscale: #2A2A2A. Windows color (decimal): -14607719 or 10033697. OLE color: 10033697.

HSL color Cylindrical-coordinate representation of color #211A99: hue angle of 243.31º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211A99 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 26 153 -
CMYK 0.78 0.83 0 0.4
HSL 243.31º 0.71% 0.35% -
HSV(B) 243.31º 0.83% 0.6% -
XYZ 6.75 3.36 30.43 -
YUV 42.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 33 26 153 0.78 0.83 0 0.4 243.31 0.71 0.35
Hex 21 1A 99 4E 53 0 28 F3 47 23
Octal 41 32 231 116 123 0 50 363 107 43
Binary 100001 11010 10011001 1001110 1010011 0 101000 11110011 1000111 100011

Color Harmonies of #211A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A99

Black with #211A99

Text Example


Text Example

White with #211A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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