#211491

Color #211491 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #211491

Tints of Ultramarine #211491

Color information

#211491 (or 0x211491) is unknown color: approx 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

RGB3320145-
CMYK0.770.8600.43
HSL246.24º75.76%32.35%-
HSV(B)246.24º86.21%56.86%-
XYZ5.992.8727.03-
YUV38.14188.31124.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 20 (8.20% from 255) = 10.10%
BLUE value IS 145 (57.03% from 255) = 73.23%
R=16.67%
G=10.10%
B=73.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33201450.770.8600.43246.2475.7632.35
Hex2114914D5602Bf64c20
Octal412422111512605336611440
Binary1000011010010010001100110110101100101011111101101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>