Html Css Color HEX #211084 Ultramarine

📋 copy color: '#211084'

red 33 ◦ green 16 ◦ blue 132

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

Shades of Ultramarine #211084

Tints of Ultramarine #211084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 72.93%

R = 18.23%
G = 8.84%
B = 72.93%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#211084 (or 0x211084) is known color: Ultramarine. HEX triplet: 21, 10 and 84. RGB value is (33,16,132). Sum of RGB (Red+Green+Blue) = 33+16+132=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 132 (51.95% from 255 or 72.93% from 181); Max value from RGB is 132 - color contains mainly: blue. Hex color #211084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211084 is #DEEF7B. Grayscale: #212121. Windows color (decimal): -14610300 or 8654881. OLE color: 8654881.

HSL color Cylindrical-coordinate representation of color #211084: hue angle of 248.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211084 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 16 132 -
CMYK 0.75 0.88 0 0.48
HSL 248.79º 0.78% 0.29% -
HSV(B) 248.79º 0.88% 0.52% -
XYZ 4.98 2.36 22.02 -
YUV 34.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 33 16 132 0.75 0.88 0 0.48 248.79 0.78 0.29
Hex 21 10 84 4B 58 0 30 F9 4E 1D
Octal 41 20 204 113 130 0 60 371 116 35
Binary 100001 10000 10000100 1001011 1011000 0 110000 11111001 1001110 11101

Color Harmonies of #211084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211084

Black with #211084

Text Example


Text Example

White with #211084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211084; }

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

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

background-color css

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

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

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

border-color css

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

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

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