Html Css Color HEX #211096 Ultramarine

📋 copy color: '#211096'

red 33 ◦ green 16 ◦ blue 150

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

Shades of Ultramarine #211096

Tints of Ultramarine #211096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 75.38%

R = 16.58%
G = 8.04%
B = 75.38%

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

#211096 (or 0x211096) is known color: Ultramarine. HEX triplet: 21, 10 and 96. RGB value is (33,16,150). Sum of RGB (Red+Green+Blue) = 33+16+150=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 150 (58.98% from 255 or 75.38% from 199); Max value from RGB is 150 - color contains mainly: blue. Hex color #211096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211096 is #DEEF69. Grayscale: #232323. Windows color (decimal): -14610282 or 9834529. OLE color: 9834529.

HSL color Cylindrical-coordinate representation of color #211096: hue angle of 247.61º degrees, saturation: 0.81, 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 #211096 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 16 150 -
CMYK 0.78 0.89 0 0.41
HSL 247.61º 0.81% 0.33% -
HSV(B) 247.61º 0.89% 0.59% -
XYZ 6.32 2.9 29.08 -
YUV 36.36 192.13 125.6 -
System Red Green Blue C M Y K H S L
Decimal 33 16 150 0.78 0.89 0 0.41 247.61 0.81 0.33
Hex 21 10 96 4E 59 0 29 F8 51 21
Octal 41 20 226 116 131 0 51 370 121 41
Binary 100001 10000 10010110 1001110 1011001 0 101001 11111000 1010001 100001

Color Harmonies of #211096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211096

Black with #211096

Text Example


Text Example

White with #211096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211096; }

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

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

background-color css

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

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

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

border-color css

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

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

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