#211E8A

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

Shades of Ultramarine #211E8A

Tints of Ultramarine #211E8A

Color information

#211E8A (or 0x211E8A) is unknown color: approx Ultramarine. HEX triplet: 21, 1E and 8A. RGB value is (33,30,138). Sum of RGB (Red+Green+Blue) = 33+30+138=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #211E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211E8A is #DEE175. Grayscale: #2A2A2A. Windows color (decimal): -14606710 or 9051681. OLE color: 9051681.

HSL color Cylindrical-coordinate representation of color #211E8A: hue angle of 241.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211E8A is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3330138-
CMYK0.760.7800.46
HSL241.67º64.29%32.94%-
HSV(B)241.67º78.26%54.12%-
XYZ5.683.0924.34-
YUV43.21181.49120.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 30 (12.11% from 255) = 14.93%
BLUE value IS 138 (54.30% from 255) = 68.66%
R=16.42%
G=14.93%
B=68.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33301380.760.7800.46241.6764.2932.94
Hex211E8A4C4E02Ef24021
Octal413621211411605636210041
Binary1000011111010001010100110010011100101110111100101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,30,138); }

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

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

 a { background-color: rgb(33,30,138); }

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

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

 span { border-color: rgb(33,30,138); }

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