#211B95

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

Shades of Ultramarine #211B95

Tints of Ultramarine #211B95

Color information

#211B95 (or 0x211B95) is unknown color: approx Ultramarine. HEX triplet: 21, 1B and 95. RGB value is (33,27,149). Sum of RGB (Red+Green+Blue) = 33+27+149=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 149 (58.59% from 255 or 71.29% from 209); Max value from RGB is 149 - color contains mainly: blue. Hex color #211B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211B95 is #DEE46A. Grayscale: #2A2A2A. Windows color (decimal): -14607467 or 9771809. OLE color: 9771809.

HSL color Cylindrical-coordinate representation of color #211B95: hue angle of 242.95º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211B95 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3327149-
CMYK0.780.8200.42
HSL242.95º69.32%34.51%-
HSV(B)242.95º81.88%58.43%-
XYZ6.443.2828.73-
YUV42.7187.99121.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 27 (10.94% from 255) = 12.92%
BLUE value IS 149 (58.59% from 255) = 71.29%
R=15.79%
G=12.92%
B=71.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33271490.780.8200.42242.9569.3234.51
Hex211B954E5202Af34523
Octal413322511612205236310543
Binary1000011101110010101100111010100100101010111100111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211B95; }

 p { color: rgb(33,27,149); }

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

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

 a { background-color: rgb(33,27,149); }

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

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

 span { border-color: rgb(33,27,149); }

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