Html Css Color HEX #211095 Ultramarine

📋 copy color: '#211095'

red 33 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #211095

Tints of Ultramarine #211095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 75.25%

R = 16.67%
G = 8.08%
B = 75.25%

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

#211095 (or 0x211095) is known color: Ultramarine. HEX triplet: 21, 10 and 95. RGB value is (33,16,149). Sum of RGB (Red+Green+Blue) = 33+16+149=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 149 (58.59% from 255 or 75.25% from 198); Max value from RGB is 149 - color contains mainly: blue. Hex color #211095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211095 is #DEEF6A. Grayscale: #232323. Windows color (decimal): -14610283 or 9768993. OLE color: 9768993.

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

Color convert

RGB 33 16 149 -
CMYK 0.78 0.89 0 0.42
HSL 247.67º 0.81% 0.32% -
HSV(B) 247.67º 0.89% 0.58% -
XYZ 6.24 2.86 28.66 -
YUV 36.25 191.63 125.69 -
System Red Green Blue C M Y K H S L
Decimal 33 16 149 0.78 0.89 0 0.42 247.67 0.81 0.32
Hex 21 10 95 4E 59 0 2A F8 51 20
Octal 41 20 225 116 131 0 52 370 121 40
Binary 100001 10000 10010101 1001110 1011001 0 101010 11111000 1010001 100000

Color Harmonies of #211095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211095

Black with #211095

Text Example


Text Example

White with #211095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211095; }

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

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

background-color css

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

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

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

border-color css

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

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

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