Html Css Color HEX #211587 Ultramarine

📋 copy color: '#211587'

red 33 ◦ green 21 ◦ blue 135

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

Shades of Ultramarine #211587

Tints of Ultramarine #211587

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 71.43%

R = 17.46%
G = 11.11%
B = 71.43%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#211587 (or 0x211587) is known color: Ultramarine. HEX triplet: 21, 15 and 87. RGB value is (33,21,135). Sum of RGB (Red+Green+Blue) = 33+21+135=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #211587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211587 is #DEEA78. Grayscale: #252525. Windows color (decimal): -14609017 or 8852769. OLE color: 8852769.

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

Color convert

RGB 33 21 135 -
CMYK 0.76 0.84 0 0.47
HSL 246.32º 0.73% 0.31% -
HSV(B) 246.32º 0.84% 0.53% -
XYZ 5.27 2.61 23.15 -
YUV 37.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 33 21 135 0.76 0.84 0 0.47 246.32 0.73 0.31
Hex 21 15 87 4C 54 0 2F F6 49 1F
Octal 41 25 207 114 124 0 57 366 111 37
Binary 100001 10101 10000111 1001100 1010100 0 101111 11110110 1001001 11111

Color Harmonies of #211587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211587

Black with #211587

Text Example


Text Example

White with #211587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211587; }

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

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

background-color css

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

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

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

border-color css

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

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

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