Html Css Color HEX #211789 Ultramarine

📋 copy color: '#211789'

red 33 ◦ green 23 ◦ blue 137

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

Shades of Ultramarine #211789

Tints of Ultramarine #211789

RGB

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

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

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

R = 17.1%
G = 11.92%
B = 70.98%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#211789 (or 0x211789) is known color: Ultramarine. HEX triplet: 21, 17 and 89. RGB value is (33,23,137). Sum of RGB (Red+Green+Blue) = 33+23+137=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #211789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211789 is #DEE876. Grayscale: #262626. Windows color (decimal): -14608503 or 8984353. OLE color: 8984353.

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

Color convert

RGB 33 23 137 -
CMYK 0.76 0.83 0 0.46
HSL 245.26º 0.71% 0.31% -
HSV(B) 245.26º 0.83% 0.54% -
XYZ 5.45 2.74 23.91 -
YUV 38.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 33 23 137 0.76 0.83 0 0.46 245.26 0.71 0.31
Hex 21 17 89 4C 53 0 2E F5 47 1F
Octal 41 27 211 114 123 0 56 365 107 37
Binary 100001 10111 10001001 1001100 1010011 0 101110 11110101 1000111 11111

Color Harmonies of #211789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211789

Black with #211789

Text Example


Text Example

White with #211789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211789; }

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

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

background-color css

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

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

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

border-color css

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

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

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