Html Css Color HEX #211D9E Ultramarine

📋 copy color: '#211D9E'

red 33 ◦ green 29 ◦ blue 158

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

Shades of Ultramarine #211D9E

Tints of Ultramarine #211D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.18%

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

R = 15%
G = 13.18%
B = 71.82%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#211D9E (or 0x211D9E) is known color: Ultramarine. HEX triplet: 21, 1D and 9E. RGB value is (33,29,158). Sum of RGB (Red+Green+Blue) = 33+29+158=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #211D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211D9E is #DEE261. Grayscale: #2C2C2C. Windows color (decimal): -14606946 or 10362145. OLE color: 10362145.

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

Color convert

RGB 33 29 158 -
CMYK 0.79 0.82 0 0.38
HSL 241.86º 0.69% 0.37% -
HSV(B) 241.86º 0.82% 0.62% -
XYZ 7.24 3.67 32.67 -
YUV 44.9 191.83 119.51 -
System Red Green Blue C M Y K H S L
Decimal 33 29 158 0.79 0.82 0 0.38 241.86 0.69 0.37
Hex 21 1D 9E 4F 52 0 26 F2 45 25
Octal 41 35 236 117 122 0 46 362 105 45
Binary 100001 11101 10011110 1001111 1010010 0 100110 11110010 1000101 100101

Color Harmonies of #211D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D9E

Black with #211D9E

Text Example


Text Example

White with #211D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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