Html Css Color HEX #210991 Ultramarine

📋 copy color: '#210991'

red 33 ◦ green 9 ◦ blue 145

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

Shades of Ultramarine #210991

Tints of Ultramarine #210991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.81%

 BLUE value IS 145 (57.03% from 255) = 77.54%

R = 17.65%
G = 4.81%
B = 77.54%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#210991 (or 0x210991) is known color: Ultramarine. HEX triplet: 21, 09 and 91. RGB value is (33,9,145). Sum of RGB (Red+Green+Blue) = 33+9+145=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 145 (57.03% from 255 or 77.54% from 187); Max value from RGB is 145 - color contains mainly: blue. Hex color #210991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210991 is #DEF66E. Grayscale: #1F1F1F. Windows color (decimal): -14612079 or 9505057. OLE color: 9505057.

HSL color Cylindrical-coordinate representation of color #210991: hue angle of 250.59º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210991 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 9 145 -
CMYK 0.77 0.94 0 0.43
HSL 250.59º 0.88% 0.3% -
HSV(B) 250.59º 0.94% 0.57% -
XYZ 5.84 2.56 26.98 -
YUV 31.68 191.95 128.94 -
System Red Green Blue C M Y K H S L
Decimal 33 9 145 0.77 0.94 0 0.43 250.59 0.88 0.3
Hex 21 9 91 4D 5E 0 2B FB 58 1E
Octal 41 11 221 115 136 0 53 373 130 36
Binary 100001 1001 10010001 1001101 1011110 0 101011 11111011 1011000 11110

Color Harmonies of #210991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210991

Black with #210991

Text Example


Text Example

White with #210991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210991; }

 p { color: rgb(33,9,145); }

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

background-color css

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

 a { background-color: rgb(33,9,145); }

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

border-color css

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

 span { border-color: rgb(33,9,145); }

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