#11078E

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

Shades of Ultramarine #11078E

Tints of Ultramarine #11078E

Color information

#11078E (or 0x11078E) is unknown color: approx Ultramarine. HEX triplet: 11, 07 and 8E. RGB value is (17,7,142). Sum of RGB (Red+Green+Blue) = 17+7+142=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 142 (55.86% from 255 or 85.54% from 166); Max value from RGB is 142 - color contains mainly: blue. Hex color #11078E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11078E is #EEF871. Grayscale: #181818. Windows color (decimal): -15661170 or 9307921. OLE color: 9307921.

HSL color Cylindrical-coordinate representation of color #11078E: hue angle of 244.44º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #11078E is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB177142-
CMYK0.880.9500.44
HSL244.44º90.6%29.22%-
HSV(B)244.44º95.07%55.69%-
XYZ5.192.2225.75-
YUV25.38193.81122.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 142 (55.86% from 255) = 85.54%
R=10.24%
G=4.22%
B=85.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1771420.880.9500.44244.4490.629.22
Hex1178E585F02Cf45b1d
Octal21721613013705436413335
Binary100011111000111010110001011111010110011110100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,7,142); }

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

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

 a { background-color: rgb(17,7,142); }

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

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

 span { border-color: rgb(17,7,142); }

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