#11218F

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

Shades of Ultramarine #11218F

Tints of Ultramarine #11218F

Color information

#11218F (or 0x11218F) is unknown color: approx Ultramarine. HEX triplet: 11, 21 and 8F. RGB value is (17,33,143). Sum of RGB (Red+Green+Blue) = 17+33+143=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 143 (56.25% from 255 or 74.09% from 193); Max value from RGB is 143 - color contains mainly: blue. Hex color #11218F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11218F is #EEDE70. Grayscale: #282828. Windows color (decimal): -15654513 or 9380113. OLE color: 9380113.

HSL color Cylindrical-coordinate representation of color #11218F: hue angle of 232.38º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11218F is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1733143-
CMYK0.880.7700.44
HSL232.38º78.75%31.37%-
HSV(B)232.38º88.11%56.08%-
XYZ5.733.1926.3-
YUV40.76185.7111.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 33 (13.28% from 255) = 17.10%
BLUE value IS 143 (56.25% from 255) = 74.09%
R=8.81%
G=17.10%
B=74.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17331430.880.7700.44232.3878.7531.37
Hex11218F584D02Ce84f1f
Octal214121713011505435011737
Binary100011000011000111110110001001101010110011101000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11218F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11218F; }

 p { color: rgb(17,33,143); }

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

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

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

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

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

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

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