#211892

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

Shades of Ultramarine #211892

Tints of Ultramarine #211892

Color information

#211892 (or 0x211892) is unknown color: approx Ultramarine. HEX triplet: 21, 18 and 92. RGB value is (33,24,146). Sum of RGB (Red+Green+Blue) = 33+24+146=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #211892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211892 is #DEE76D. Grayscale: #282828. Windows color (decimal): -14608238 or 9574433. OLE color: 9574433.

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

Color convert

RGB3324146-
CMYK0.770.8400.43
HSL244.43º71.76%33.33%-
HSV(B)244.43º83.56%57.25%-
XYZ6.143.0527.46-
YUV40.6187.48122.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.26%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 146 (57.42% from 255) = 71.92%
R=16.26%
G=11.82%
B=71.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33241460.770.8400.43244.4371.7633.33
Hex2118924D5402Bf44821
Octal413022211512405336411041
Binary1000011100010010010100110110101000101011111101001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211892; }

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

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

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

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

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

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

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

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