Html Css Color HEX #211784 Ultramarine

📋 copy color: '#211784'

red 33 ◦ green 23 ◦ blue 132

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

Shades of Ultramarine #211784

Tints of Ultramarine #211784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.23%

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

R = 17.55%
G = 12.23%
B = 70.21%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#211784 (or 0x211784) is known color: Ultramarine. HEX triplet: 21, 17 and 84. RGB value is (33,23,132). Sum of RGB (Red+Green+Blue) = 33+23+132=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #211784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211784 is #DEE87B. Grayscale: #252525. Windows color (decimal): -14608508 or 8656673. OLE color: 8656673.

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

Color convert

RGB 33 23 132 -
CMYK 0.75 0.83 0 0.48
HSL 245.5º 0.7% 0.3% -
HSV(B) 245.5º 0.83% 0.52% -
XYZ 5.1 2.6 22.06 -
YUV 38.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 33 23 132 0.75 0.83 0 0.48 245.5 0.7 0.3
Hex 21 17 84 4B 53 0 30 F6 46 1E
Octal 41 27 204 113 123 0 60 366 106 36
Binary 100001 10111 10000100 1001011 1010011 0 110000 11110110 1000110 11110

Color Harmonies of #211784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211784

Black with #211784

Text Example


Text Example

White with #211784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211784; }

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

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

background-color css

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

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

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

border-color css

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

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

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