#212092

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

Shades of Ultramarine #212092

Tints of Ultramarine #212092

Color information

#212092 (or 0x212092) is unknown color: approx Ultramarine. HEX triplet: 21, 20 and 92. RGB value is (33,32,146). Sum of RGB (Red+Green+Blue) = 33+32+146=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 146 (57.42% from 255 or 69.19% from 211); Max value from RGB is 146 - color contains mainly: blue. Hex color #212092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212092 is #DEDF6D. Grayscale: #2C2C2C. Windows color (decimal): -14606190 or 9576481. OLE color: 9576481.

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

Color convert

RGB3332146-
CMYK0.770.7800.43
HSL240.53º64.04%34.9%-
HSV(B)240.53º78.08%57.25%-
XYZ6.333.4327.52-
YUV45.3184.83119.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.64%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 146 (57.42% from 255) = 69.19%
R=15.64%
G=15.17%
B=69.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33321460.770.7800.43240.5364.0434.9
Hex2120924D4E02Bf14023
Octal414022211511605336110043
Binary10000110000010010010100110110011100101011111100011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212092; }

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

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

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

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

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

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

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

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