Html Css Color HEX #211694 Ultramarine

📋 copy color: '#211694'

red 33 ◦ green 22 ◦ blue 148

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

Shades of Ultramarine #211694

Tints of Ultramarine #211694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

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

R = 16.26%
G = 10.84%
B = 72.91%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211694 (or 0x211694) is known color: Ultramarine. HEX triplet: 21, 16 and 94. RGB value is (33,22,148). Sum of RGB (Red+Green+Blue) = 33+22+148=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #211694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211694 is #DEE96B. Grayscale: #272727. Windows color (decimal): -14608748 or 9704993. OLE color: 9704993.

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

Color convert

RGB 33 22 148 -
CMYK 0.78 0.85 0 0.42
HSL 245.24º 0.74% 0.33% -
HSV(B) 245.24º 0.85% 0.58% -
XYZ 6.26 3.04 28.27 -
YUV 39.65 189.14 123.25 -
System Red Green Blue C M Y K H S L
Decimal 33 22 148 0.78 0.85 0 0.42 245.24 0.74 0.33
Hex 21 16 94 4E 55 0 2A F5 4A 21
Octal 41 26 224 116 125 0 52 365 112 41
Binary 100001 10110 10010100 1001110 1010101 0 101010 11110101 1001010 100001

Color Harmonies of #211694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211694

Black with #211694

Text Example


Text Example

White with #211694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211694; }

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

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

background-color css

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

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

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

border-color css

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

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

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