Html Css Color HEX #211FA1 Ultramarine

📋 copy color: '#211FA1'

red 33 ◦ green 31 ◦ blue 161

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

Shades of Ultramarine #211FA1

Tints of Ultramarine #211FA1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.78%

 BLUE value IS 161 (63.28% from 255) = 71.56%

R = 14.67%
G = 13.78%
B = 71.56%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#211FA1 (or 0x211FA1) is known color: Ultramarine. HEX triplet: 21, 1F and A1. RGB value is (33,31,161). Sum of RGB (Red+Green+Blue) = 33+31+161=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 161 (63.28% from 255 or 71.56% from 225); Max value from RGB is 161 - color contains mainly: blue. Hex color #211FA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211FA1 is #DEE05E. Grayscale: #2D2D2D. Windows color (decimal): -14606431 or 10559265. OLE color: 10559265.

HSL color Cylindrical-coordinate representation of color #211FA1: hue angle of 240.92º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211FA1 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 33 31 161 -
CMYK 0.80 0.81 0 0.37
HSL 240.92º 0.68% 0.38% -
HSV(B) 240.92º 0.81% 0.63% -
XYZ 7.55 3.88 34.07 -
YUV 46.42 192.66 118.43 -
System Red Green Blue C M Y K H S L
Decimal 33 31 161 0.80 0.81 0 0.37 240.92 0.68 0.38
Hex 21 1F A1 50 51 0 25 F1 44 26
Octal 41 37 241 120 121 0 45 361 104 46
Binary 100001 11111 10100001 1010000 1010001 0 100101 11110001 1000100 100110

Color Harmonies of #211FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FA1

Black with #211FA1

Text Example


Text Example

White with #211FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,31,161); }

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

background-color css

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

 a { background-color: rgb(33,31,161); }

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

border-color css

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

 span { border-color: rgb(33,31,161); }

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