#11228B

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

Shades of Ultramarine #11228B

Tints of Ultramarine #11228B

Color information

#11228B (or 0x11228B) is unknown color: approx Ultramarine. HEX triplet: 11, 22 and 8B. RGB value is (17,34,139). Sum of RGB (Red+Green+Blue) = 17+34+139=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #11228B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11228B is #EEDD74. Grayscale: #282828. Windows color (decimal): -15654261 or 9118225. OLE color: 9118225.

HSL color Cylindrical-coordinate representation of color #11228B: hue angle of 231.64º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11228B is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1734139-
CMYK0.880.7600.45
HSL231.64º78.21%30.59%-
HSV(B)231.64º87.77%54.51%-
XYZ5.463.1324.74-
YUV40.89183.37110.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 34 (13.67% from 255) = 17.89%
BLUE value IS 139 (54.69% from 255) = 73.16%
R=8.95%
G=17.89%
B=73.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal17341390.880.7600.45231.6478.2130.59
Hex11228B584C02De84e1f
Octal214221313011405535011637
Binary100011000101000101110110001001100010110111101000100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11228B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11228B; }

 p { color: rgb(17,34,139); }

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

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

 a { background-color: rgb(17,34,139); }

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

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

 span { border-color: rgb(17,34,139); }

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