#211B8B

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

Shades of Ultramarine #211B8B

Tints of Ultramarine #211B8B

Color information

#211B8B (or 0x211B8B) is unknown color: approx Ultramarine. HEX triplet: 21, 1B and 8B. RGB value is (33,27,139). Sum of RGB (Red+Green+Blue) = 33+27+139=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 27 (10.94% from 255 or 13.57% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #211B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211B8B is #DEE474. Grayscale: #292929. Windows color (decimal): -14607477 or 9116449. OLE color: 9116449.

HSL color Cylindrical-coordinate representation of color #211B8B: hue angle of 243.21º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #211B8B is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3327139-
CMYK0.760.8100.45
HSL243.21º67.47%32.55%-
HSV(B)243.21º80.58%54.51%-
XYZ5.682.9724.7-
YUV41.56182.99121.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 27 (10.94% from 255) = 13.57%
BLUE value IS 139 (54.69% from 255) = 69.85%
R=16.58%
G=13.57%
B=69.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33271390.760.8100.45243.2167.4732.55
Hex211B8B4C5102Df34321
Octal413321311412105536310341
Binary1000011101110001011100110010100010101101111100111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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