Html Css Color HEX #211589 Ultramarine

📋 copy color: '#211589'

red 33 ◦ green 21 ◦ blue 137

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

Shades of Ultramarine #211589

Tints of Ultramarine #211589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.99%

 BLUE value IS 137 (53.91% from 255) = 71.73%

R = 17.28%
G = 10.99%
B = 71.73%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#211589 (or 0x211589) is known color: Ultramarine. HEX triplet: 21, 15 and 89. RGB value is (33,21,137). Sum of RGB (Red+Green+Blue) = 33+21+137=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #211589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211589 is #DEEA76. Grayscale: #252525. Windows color (decimal): -14609015 or 8983841. OLE color: 8983841.

HSL color Cylindrical-coordinate representation of color #211589: hue angle of 246.21º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211589 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 33 21 137 -
CMYK 0.76 0.85 0 0.46
HSL 246.21º 0.73% 0.31% -
HSV(B) 246.21º 0.85% 0.54% -
XYZ 5.41 2.67 23.9 -
YUV 37.81 183.98 124.57 -
System Red Green Blue C M Y K H S L
Decimal 33 21 137 0.76 0.85 0 0.46 246.21 0.73 0.31
Hex 21 15 89 4C 55 0 2E F6 49 1F
Octal 41 25 211 114 125 0 56 366 111 37
Binary 100001 10101 10001001 1001100 1010101 0 101110 11110110 1001001 11111

Color Harmonies of #211589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211589

Black with #211589

Text Example


Text Example

White with #211589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211589; }

 p { color: rgb(33,21,137); }

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

background-color css

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

 a { background-color: rgb(33,21,137); }

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

border-color css

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

 span { border-color: rgb(33,21,137); }

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