#211B9A

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

Shades of Ultramarine #211B9A

Tints of Ultramarine #211B9A

Color information

#211B9A (or 0x211B9A) is unknown color: approx Ultramarine. HEX triplet: 21, 1B and 9A. RGB value is (33,27,154). Sum of RGB (Red+Green+Blue) = 33+27+154=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #211B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211B9A is #DEE465. Grayscale: #2A2A2A. Windows color (decimal): -14607462 or 10099489. OLE color: 10099489.

HSL color Cylindrical-coordinate representation of color #211B9A: hue angle of 242.83º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211B9A is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3327154-
CMYK0.790.8200.40
HSL242.83º70.17%35.49%-
HSV(B)242.83º82.47%60.39%-
XYZ6.853.4430.87-
YUV43.27190.49120.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.42%
GREEN value IS 27 (10.94% from 255) = 12.62%
BLUE value IS 154 (60.55% from 255) = 71.96%
R=15.42%
G=12.62%
B=71.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33271540.790.8200.40242.8370.1735.49
Hex211B9A4F52028f34623
Octal413323211712205036310643
Binary1000011101110011010100111110100100101000111100111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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