Html Css Color HEX #211794 Ultramarine

📋 copy color: '#211794'

red 33 ◦ green 23 ◦ blue 148

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

Shades of Ultramarine #211794

Tints of Ultramarine #211794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

 BLUE value IS 148 (58.2% from 255) = 72.55%

R = 16.18%
G = 11.27%
B = 72.55%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211794 (or 0x211794) is known color: Ultramarine. HEX triplet: 21, 17 and 94. RGB value is (33,23,148). Sum of RGB (Red+Green+Blue) = 33+23+148=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 148 (58.20% from 255 or 72.55% from 204); Max value from RGB is 148 - color contains mainly: blue. Hex color #211794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211794 is #DEE86B. Grayscale: #272727. Windows color (decimal): -14608492 or 9705249. OLE color: 9705249.

HSL color Cylindrical-coordinate representation of color #211794: hue angle of 244.8º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211794 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 23 148 -
CMYK 0.78 0.84 0 0.42
HSL 244.8º 0.73% 0.34% -
HSV(B) 244.8º 0.84% 0.58% -
XYZ 6.28 3.07 28.28 -
YUV 40.24 188.81 122.84 -
System Red Green Blue C M Y K H S L
Decimal 33 23 148 0.78 0.84 0 0.42 244.8 0.73 0.34
Hex 21 17 94 4E 54 0 2A F5 49 22
Octal 41 27 224 116 124 0 52 365 111 42
Binary 100001 10111 10010100 1001110 1010100 0 101010 11110101 1001001 100010

Color Harmonies of #211794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211794

Black with #211794

Text Example


Text Example

White with #211794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211794; }

 p { color: rgb(33,23,148); }

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

background-color css

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

 a { background-color: rgb(33,23,148); }

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

border-color css

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

 span { border-color: rgb(33,23,148); }

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