Html Css Color HEX #211098 Ultramarine

📋 copy color: '#211098'

red 33 ◦ green 16 ◦ blue 152

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

Shades of Ultramarine #211098

Tints of Ultramarine #211098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 75.62%

R = 16.42%
G = 7.96%
B = 75.62%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#211098 (or 0x211098) is known color: Ultramarine. HEX triplet: 21, 10 and 98. RGB value is (33,16,152). Sum of RGB (Red+Green+Blue) = 33+16+152=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #211098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211098 is #DEEF67. Grayscale: #242424. Windows color (decimal): -14610280 or 9965601. OLE color: 9965601.

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

Color convert

RGB 33 16 152 -
CMYK 0.78 0.89 0 0.40
HSL 247.5º 0.81% 0.33% -
HSV(B) 247.5º 0.89% 0.6% -
XYZ 6.48 2.96 29.94 -
YUV 36.59 193.13 125.44 -
System Red Green Blue C M Y K H S L
Decimal 33 16 152 0.78 0.89 0 0.40 247.5 0.81 0.33
Hex 21 10 98 4E 59 0 28 F8 51 21
Octal 41 20 230 116 131 0 50 370 121 41
Binary 100001 10000 10011000 1001110 1011001 0 101000 11111000 1010001 100001

Color Harmonies of #211098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211098

Black with #211098

Text Example


Text Example

White with #211098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211098; }

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

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

background-color css

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

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

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

border-color css

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

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

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