#11077C

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

Shades of Ultramarine #11077C

Tints of Ultramarine #11077C

Color information

#11077C (or 0x11077C) is unknown color: approx Ultramarine. HEX triplet: 11, 07 and 7C. RGB value is (17,7,124). Sum of RGB (Red+Green+Blue) = 17+7+124=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 124 (48.83% from 255 or 83.78% from 148); Max value from RGB is 124 - color contains mainly: blue. Hex color #11077C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11077C is #EEF883. Grayscale: #161616. Windows color (decimal): -15661188 or 8128273. OLE color: 8128273.

HSL color Cylindrical-coordinate representation of color #11077C: hue angle of 245.13º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11077C is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB177124-
CMYK0.860.9400.51
HSL245.13º89.31%25.69%-
HSV(B)245.13º94.35%48.63%-
XYZ3.951.7319.19-
YUV23.33184.81123.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 124 (48.83% from 255) = 83.78%
R=11.49%
G=4.73%
B=83.78%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1771240.860.9400.51245.1389.3125.69
Hex1177C565E033f5591a
Octal21717412613606336513132
Binary10001111111110010101101011110011001111110101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11077C; }

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

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

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

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

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

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

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

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