#11049E

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

Shades of Ultramarine #11049E

Tints of Ultramarine #11049E

Color information

#11049E (or 0x11049E) is unknown color: approx Ultramarine. HEX triplet: 11, 04 and 9E. RGB value is (17,4,158). Sum of RGB (Red+Green+Blue) = 17+4+158=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 158 (62.11% from 255 or 88.27% from 179); Max value from RGB is 158 - color contains mainly: blue. Hex color #11049E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11049E is #EEFB61. Grayscale: #181818. Windows color (decimal): -15661922 or 10355729. OLE color: 10355729.

HSL color Cylindrical-coordinate representation of color #11049E: hue angle of 245.06º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11049E is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB174158-
CMYK0.890.9700.38
HSL245.06º95.06%31.76%-
HSV(B)245.06º97.47%61.96%-
XYZ6.452.6732.52-
YUV25.44202.81121.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.50%
GREEN value IS 4 (1.95% from 255) = 2.23%
BLUE value IS 158 (62.11% from 255) = 88.27%
R=9.50%
G=2.23%
B=88.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1741580.890.9700.38245.0695.0631.76
Hex1149E5961026f55f20
Octal21423613114104636513740
Binary1000110010011110101100111000010100110111101011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11049E; }

 p { color: rgb(17,4,158); }

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

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

 a { background-color: rgb(17,4,158); }

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

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

 span { border-color: rgb(17,4,158); }

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