#211492

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

Shades of Ultramarine #211492

Tints of Ultramarine #211492

Color information

#211492 (or 0x211492) is unknown color: approx Ultramarine. HEX triplet: 21, 14 and 92. RGB value is (33,20,146). Sum of RGB (Red+Green+Blue) = 33+20+146=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 146 (57.42% from 255 or 73.37% from 199); Max value from RGB is 146 - color contains mainly: blue. Hex color #211492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211492 is #DEEB6D. Grayscale: #252525. Windows color (decimal): -14609262 or 9573409. OLE color: 9573409.

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

Color convert

RGB3320146-
CMYK0.770.8600.43
HSL246.19º75.9%32.55%-
HSV(B)246.19º86.3%57.25%-
XYZ6.072.927.43-
YUV38.25188.81124.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 20 (8.20% from 255) = 10.05%
BLUE value IS 146 (57.42% from 255) = 73.37%
R=16.58%
G=10.05%
B=73.37%

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
Decimal33201460.770.8600.43246.1975.932.55
Hex2114924D5602Bf64c21
Octal412422211512605336611441
Binary1000011010010010010100110110101100101011111101101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211492; }

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

 H1.HeaderClassName
 {
   color: #211492;
 }
 .AnyTagClassName
 {
   color: #211492;
 }
</style>
background-color css

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

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

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

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

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

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