Html Css Color HEX #211F9E Ultramarine

📋 copy color: '#211F9E'

red 33 ◦ green 31 ◦ blue 158

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

Shades of Ultramarine #211F9E

Tints of Ultramarine #211F9E

RGB

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

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

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

R = 14.86%
G = 13.96%
B = 71.17%

CMYK

 C value IS 0.79

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#211F9E (or 0x211F9E) is known color: Ultramarine. HEX triplet: 21, 1F and 9E. RGB value is (33,31,158). Sum of RGB (Red+Green+Blue) = 33+31+158=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #211F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211F9E is #DEE061. Grayscale: #2D2D2D. Windows color (decimal): -14606434 or 10362657. OLE color: 10362657.

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

Color convert

RGB 33 31 158 -
CMYK 0.79 0.80 0 0.38
HSL 240.94º 0.67% 0.37% -
HSV(B) 240.94º 0.8% 0.62% -
XYZ 7.29 3.77 32.69 -
YUV 46.08 191.16 118.67 -
System Red Green Blue C M Y K H S L
Decimal 33 31 158 0.79 0.80 0 0.38 240.94 0.67 0.37
Hex 21 1F 9E 4F 50 0 26 F1 43 25
Octal 41 37 236 117 120 0 46 361 103 45
Binary 100001 11111 10011110 1001111 1010000 0 100110 11110001 1000011 100101

Color Harmonies of #211F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211F9E

Black with #211F9E

Text Example


Text Example

White with #211F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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