Html Css Color HEX #211193 Ultramarine

📋 copy color: '#211193'

red 33 ◦ green 17 ◦ blue 147

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

Shades of Ultramarine #211193

Tints of Ultramarine #211193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

 BLUE value IS 147 (57.81% from 255) = 74.62%

R = 16.75%
G = 8.63%
B = 74.62%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#211193 (or 0x211193) is known color: Ultramarine. HEX triplet: 21, 11 and 93. RGB value is (33,17,147). Sum of RGB (Red+Green+Blue) = 33+17+147=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #211193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211193 is #DEEE6C. Grayscale: #242424. Windows color (decimal): -14610029 or 9638177. OLE color: 9638177.

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

Color convert

RGB 33 17 147 -
CMYK 0.78 0.88 0 0.42
HSL 247.38º 0.79% 0.32% -
HSV(B) 247.38º 0.88% 0.58% -
XYZ 6.09 2.83 27.83 -
YUV 36.6 190.3 125.43 -
System Red Green Blue C M Y K H S L
Decimal 33 17 147 0.78 0.88 0 0.42 247.38 0.79 0.32
Hex 21 11 93 4E 58 0 2A F7 4F 20
Octal 41 21 223 116 130 0 52 367 117 40
Binary 100001 10001 10010011 1001110 1011000 0 101010 11110111 1001111 100000

Color Harmonies of #211193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211193

Black with #211193

Text Example


Text Example

White with #211193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211193; }

 p { color: rgb(33,17,147); }

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

background-color css

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

 a { background-color: rgb(33,17,147); }

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

border-color css

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

 span { border-color: rgb(33,17,147); }

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