#212198

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

Shades of Ultramarine #212198

Tints of Ultramarine #212198

Color information

#212198 (or 0x212198) is unknown color: approx Ultramarine. HEX triplet: 21, 21 and 98. RGB value is (33,33,152). Sum of RGB (Red+Green+Blue) = 33+33+152=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #212198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212198 is #DEDE67. Grayscale: #2E2E2E. Windows color (decimal): -14605928 or 9969953. OLE color: 9969953.

HSL color Cylindrical-coordinate representation of color #212198: hue angle of 240º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212198 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3333152-
CMYK0.780.7800.40
HSL240º64.32%36.27%-
HSV(B)240º78.29%59.61%-
XYZ6.843.6830.06-
YUV46.57187.5118.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 152 (59.77% from 255) = 69.72%
R=15.14%
G=15.14%
B=69.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33331520.780.7800.4024064.3236.27
Hex2121984E4E028f04024
Octal414123011611605036010044
Binary10000110000110011000100111010011100101000111100001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212198; }

 p { color: rgb(33,33,152); }

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

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

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

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

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

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

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