Html Css Color HEX #211389 Ultramarine

📋 copy color: '#211389'

red 33 ◦ green 19 ◦ blue 137

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

Shades of Ultramarine #211389

Tints of Ultramarine #211389

RGB

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

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

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

R = 17.46%
G = 10.05%
B = 72.49%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#211389 (or 0x211389) is known color: Ultramarine. HEX triplet: 21, 13 and 89. RGB value is (33,19,137). Sum of RGB (Red+Green+Blue) = 33+19+137=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #211389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211389 is #DEEC76. Grayscale: #242424. Windows color (decimal): -14609527 or 8983329. OLE color: 8983329.

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

Color convert

RGB 33 19 137 -
CMYK 0.76 0.86 0 0.46
HSL 247.12º 0.76% 0.31% -
HSV(B) 247.12º 0.86% 0.54% -
XYZ 5.38 2.6 23.88 -
YUV 36.64 184.64 125.41 -
System Red Green Blue C M Y K H S L
Decimal 33 19 137 0.76 0.86 0 0.46 247.12 0.76 0.31
Hex 21 13 89 4C 56 0 2E F7 4C 1F
Octal 41 23 211 114 126 0 56 367 114 37
Binary 100001 10011 10001001 1001100 1010110 0 101110 11110111 1001100 11111

Color Harmonies of #211389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211389

Black with #211389

Text Example


Text Example

White with #211389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211389; }

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

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

background-color css

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

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

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

border-color css

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

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

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