#11057C

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

Shades of Ultramarine #11057C

Tints of Ultramarine #11057C

Color information

#11057C (or 0x11057C) is unknown color: approx Ultramarine. HEX triplet: 11, 05 and 7C. RGB value is (17,5,124). Sum of RGB (Red+Green+Blue) = 17+5+124=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 124 (48.83% from 255 or 84.93% from 146); Max value from RGB is 124 - color contains mainly: blue. Hex color #11057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11057C is #EEFA83. Grayscale: #151515. Windows color (decimal): -15661700 or 8127761. OLE color: 8127761.

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

Color convert

RGB175124-
CMYK0.860.9600.51
HSL246.05º92.25%25.29%-
HSV(B)246.05º95.97%48.63%-
XYZ3.921.6819.19-
YUV22.15185.48124.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 5 (2.34% from 255) = 3.42%
BLUE value IS 124 (48.83% from 255) = 84.93%
R=11.64%
G=3.42%
B=84.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1751240.860.9600.51246.0592.2525.29
Hex1157C5660033f65c19
Octal21517412614006336613431
Binary10001101111110010101101100000011001111110110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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