Html Css Color HEX #211A9E Ultramarine

📋 copy color: '#211A9E'

red 33 ◦ green 26 ◦ blue 158

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

Shades of Ultramarine #211A9E

Tints of Ultramarine #211A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 72.81%

R = 15.21%
G = 11.98%
B = 72.81%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#211A9E (or 0x211A9E) is known color: Ultramarine. HEX triplet: 21, 1A and 9E. RGB value is (33,26,158). Sum of RGB (Red+Green+Blue) = 33+26+158=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 158 (62.11% from 255 or 72.81% from 217); Max value from RGB is 158 - color contains mainly: blue. Hex color #211A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211A9E is #DEE561. Grayscale: #2A2A2A. Windows color (decimal): -14607714 or 10361377. OLE color: 10361377.

HSL color Cylindrical-coordinate representation of color #211A9E: hue angle of 243.18º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211A9E is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 26 158 -
CMYK 0.79 0.84 0 0.38
HSL 243.18º 0.72% 0.36% -
HSV(B) 243.18º 0.84% 0.62% -
XYZ 7.17 3.53 32.65 -
YUV 43.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 33 26 158 0.79 0.84 0 0.38 243.18 0.72 0.36
Hex 21 1A 9E 4F 54 0 26 F3 48 24
Octal 41 32 236 117 124 0 46 363 110 44
Binary 100001 11010 10011110 1001111 1010100 0 100110 11110011 1001000 100100

Color Harmonies of #211A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A9E

Black with #211A9E

Text Example


Text Example

White with #211A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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