Html Css Color HEX #211CA9 Ultramarine

📋 copy color: '#211CA9'

red 33 ◦ green 28 ◦ blue 169

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

Shades of Ultramarine #211CA9

Tints of Ultramarine #211CA9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.17%

 BLUE value IS 169 (66.41% from 255) = 73.48%

R = 14.35%
G = 12.17%
B = 73.48%

CMYK

 C value IS 0.80

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#211CA9 (or 0x211CA9) is known color: Ultramarine. HEX triplet: 21, 1C and A9. RGB value is (33,28,169). Sum of RGB (Red+Green+Blue) = 33+28+169=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 169 (66.41% from 255 or 73.48% from 230); Max value from RGB is 169 - color contains mainly: blue. Hex color #211CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211CA9 is #DEE356. Grayscale: #2D2D2D. Windows color (decimal): -14607191 or 11082785. OLE color: 11082785.

HSL color Cylindrical-coordinate representation of color #211CA9: hue angle of 242.13º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211CA9 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 33 28 169 -
CMYK 0.80 0.83 0 0.34
HSL 242.13º 0.72% 0.39% -
HSV(B) 242.13º 0.83% 0.66% -
XYZ 8.2 4.02 37.88 -
YUV 45.57 197.66 119.04 -
System Red Green Blue C M Y K H S L
Decimal 33 28 169 0.80 0.83 0 0.34 242.13 0.72 0.39
Hex 21 1C A9 50 53 0 22 F2 48 27
Octal 41 34 251 120 123 0 42 362 110 47
Binary 100001 11100 10101001 1010000 1010011 0 100010 11110010 1001000 100111

Color Harmonies of #211CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211CA9

Black with #211CA9

Text Example


Text Example

White with #211CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,28,169); }

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

background-color css

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

 a { background-color: rgb(33,28,169); }

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

border-color css

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

 span { border-color: rgb(33,28,169); }

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