Html Css Color HEX #211491 Ultramarine

📋 copy color: '#211491'

red 33 ◦ green 20 ◦ blue 145

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

Shades of Ultramarine #211491

Tints of Ultramarine #211491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

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

R = 16.67%
G = 10.1%
B = 73.23%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#211491 (or 0x211491) is known color: Ultramarine. HEX triplet: 21, 14 and 91. RGB value is (33,20,145). Sum of RGB (Red+Green+Blue) = 33+20+145=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 145 (57.03% from 255 or 73.23% from 198); Max value from RGB is 145 - color contains mainly: blue. Hex color #211491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211491 is #DEEB6E. Grayscale: #252525. Windows color (decimal): -14609263 or 9507873. OLE color: 9507873.

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

Color convert

RGB 33 20 145 -
CMYK 0.77 0.86 0 0.43
HSL 246.24º 0.76% 0.32% -
HSV(B) 246.24º 0.86% 0.57% -
XYZ 5.99 2.87 27.03 -
YUV 38.14 188.31 124.34 -
System Red Green Blue C M Y K H S L
Decimal 33 20 145 0.77 0.86 0 0.43 246.24 0.76 0.32
Hex 21 14 91 4D 56 0 2B F6 4C 20
Octal 41 24 221 115 126 0 53 366 114 40
Binary 100001 10100 10010001 1001101 1010110 0 101011 11110110 1001100 100000

Color Harmonies of #211491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211491

Black with #211491

Text Example


Text Example

White with #211491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211491; }

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

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

background-color css

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

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

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

border-color css

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

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

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