Html Css Color HEX #211094 Ultramarine

📋 copy color: '#211094'

red 33 ◦ green 16 ◦ blue 148

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

Shades of Ultramarine #211094

Tints of Ultramarine #211094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

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

R = 16.75%
G = 8.12%
B = 75.13%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211094 (or 0x211094) is known color: Ultramarine. HEX triplet: 21, 10 and 94. RGB value is (33,16,148). Sum of RGB (Red+Green+Blue) = 33+16+148=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #211094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211094 is #DEEF6B. Grayscale: #232323. Windows color (decimal): -14610284 or 9703457. OLE color: 9703457.

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

Color convert

RGB 33 16 148 -
CMYK 0.78 0.89 0 0.42
HSL 247.73º 0.8% 0.32% -
HSV(B) 247.73º 0.89% 0.58% -
XYZ 6.16 2.83 28.24 -
YUV 36.13 191.13 125.77 -
System Red Green Blue C M Y K H S L
Decimal 33 16 148 0.78 0.89 0 0.42 247.73 0.8 0.32
Hex 21 10 94 4E 59 0 2A F8 50 20
Octal 41 20 224 116 131 0 52 370 120 40
Binary 100001 10000 10010100 1001110 1011001 0 101010 11111000 1010000 100000

Color Harmonies of #211094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211094

Black with #211094

Text Example


Text Example

White with #211094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211094; }

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

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

background-color css

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

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

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

border-color css

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

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

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