Html Css Color HEX #211387 Ultramarine

📋 copy color: '#211387'

red 33 ◦ green 19 ◦ blue 135

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

Shades of Ultramarine #211387

Tints of Ultramarine #211387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

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

R = 17.65%
G = 10.16%
B = 72.19%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#211387 (or 0x211387) is known color: Ultramarine. HEX triplet: 21, 13 and 87. RGB value is (33,19,135). Sum of RGB (Red+Green+Blue) = 33+19+135=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 135 (53.12% from 255 or 72.19% from 187); Max value from RGB is 135 - color contains mainly: blue. Hex color #211387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211387 is #DEEC78. Grayscale: #232323. Windows color (decimal): -14609529 or 8852257. OLE color: 8852257.

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

Color convert

RGB 33 19 135 -
CMYK 0.76 0.86 0 0.47
HSL 247.24º 0.75% 0.3% -
HSV(B) 247.24º 0.86% 0.53% -
XYZ 5.23 2.54 23.14 -
YUV 36.41 183.64 125.57 -
System Red Green Blue C M Y K H S L
Decimal 33 19 135 0.76 0.86 0 0.47 247.24 0.75 0.3
Hex 21 13 87 4C 56 0 2F F7 4B 1E
Octal 41 23 207 114 126 0 57 367 113 36
Binary 100001 10011 10000111 1001100 1010110 0 101111 11110111 1001011 11110

Color Harmonies of #211387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211387

Black with #211387

Text Example


Text Example

White with #211387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211387; }

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

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

background-color css

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

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

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

border-color css

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

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

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