Html Css Color HEX #211089 Ultramarine

📋 copy color: '#211089'

red 33 ◦ green 16 ◦ blue 137

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

Shades of Ultramarine #211089

Tints of Ultramarine #211089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.6%

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

R = 17.74%
G = 8.6%
B = 73.66%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#211089 (or 0x211089) is known color: Ultramarine. HEX triplet: 21, 10 and 89. RGB value is (33,16,137). Sum of RGB (Red+Green+Blue) = 33+16+137=186 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.74% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 137 (53.91% from 255 or 73.66% from 186); Max value from RGB is 137 - color contains mainly: blue. Hex color #211089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211089 is #DEEF76. Grayscale: #222222. Windows color (decimal): -14610295 or 8982561. OLE color: 8982561.

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

Color convert

RGB 33 16 137 -
CMYK 0.76 0.88 0 0.46
HSL 248.43º 0.79% 0.3% -
HSV(B) 248.43º 0.88% 0.54% -
XYZ 5.33 2.5 23.87 -
YUV 34.88 185.63 126.66 -
System Red Green Blue C M Y K H S L
Decimal 33 16 137 0.76 0.88 0 0.46 248.43 0.79 0.3
Hex 21 10 89 4C 58 0 2E F8 4F 1E
Octal 41 20 211 114 130 0 56 370 117 36
Binary 100001 10000 10001001 1001100 1011000 0 101110 11111000 1001111 11110

Color Harmonies of #211089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211089

Black with #211089

Text Example


Text Example

White with #211089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211089; }

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

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

background-color css

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

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

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

border-color css

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

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

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