#211093

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

Shades of Ultramarine #211093

Tints of Ultramarine #211093

Color information

#211093 (or 0x211093) is unknown color: approx Ultramarine. HEX triplet: 21, 10 and 93. RGB value is (33,16,147). Sum of RGB (Red+Green+Blue) = 33+16+147=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 147 (57.81% from 255 or 75% from 196); Max value from RGB is 147 - color contains mainly: blue. Hex color #211093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #211093 is #DEEF6C. Grayscale: #232323. Windows color (decimal): -14610285 or 9637921. OLE color: 9637921.

HSL color Cylindrical-coordinate representation of color #211093: hue angle of 247.79º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #211093 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3316147-
CMYK0.780.8900.42
HSL247.79º80.37%31.96%-
HSV(B)247.79º89.12%57.65%-
XYZ6.082.827.82-
YUV36.02190.63125.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 147 (57.81% from 255) = 75%
R=16.84%
G=8.16%
B=75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33161470.780.8900.42247.7980.3731.96
Hex2110934E5902Af85020
Octal412022311613105237012040
Binary1000011000010010011100111010110010101010111110001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211093; }

 p { color: rgb(33,16,147); }

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

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

 a { background-color: rgb(33,16,147); }

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

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

 span { border-color: rgb(33,16,147); }

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