Html Css Color HEX #211197 Ultramarine

📋 copy color: '#211197'

red 33 ◦ green 17 ◦ blue 151

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

Shades of Ultramarine #211197

Tints of Ultramarine #211197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 75.12%

R = 16.42%
G = 8.46%
B = 75.12%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#211197 (or 0x211197) is known color: Ultramarine. HEX triplet: 21, 11 and 97. RGB value is (33,17,151). Sum of RGB (Red+Green+Blue) = 33+17+151=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #211197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211197 is #DEEE68. Grayscale: #242424. Windows color (decimal): -14610025 or 9900321. OLE color: 9900321.

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

Color convert

RGB 33 17 151 -
CMYK 0.78 0.89 0 0.41
HSL 247.16º 0.8% 0.33% -
HSV(B) 247.16º 0.89% 0.59% -
XYZ 6.41 2.96 29.51 -
YUV 37.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 33 17 151 0.78 0.89 0 0.41 247.16 0.8 0.33
Hex 21 11 97 4E 59 0 29 F7 50 21
Octal 41 21 227 116 131 0 51 367 120 41
Binary 100001 10001 10010111 1001110 1011001 0 101001 11110111 1010000 100001

Color Harmonies of #211197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211197

Black with #211197

Text Example


Text Example

White with #211197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211197; }

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

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

background-color css

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

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

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

border-color css

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

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

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