#11057E

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

Shades of Ultramarine #11057E

Tints of Ultramarine #11057E

Color information

#11057E (or 0x11057E) is unknown color: approx Ultramarine. HEX triplet: 11, 05 and 7E. RGB value is (17,5,126). Sum of RGB (Red+Green+Blue) = 17+5+126=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 126 (49.61% from 255 or 85.14% from 148); Max value from RGB is 126 - color contains mainly: blue. Hex color #11057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11057E is #EEFA81. Grayscale: #151515. Windows color (decimal): -15661698 or 8258833. OLE color: 8258833.

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

Color convert

RGB175126-
CMYK0.870.9600.51
HSL245.95º92.37%25.69%-
HSV(B)245.95º96.03%49.41%-
XYZ4.051.7319.86-
YUV22.38186.48124.16-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 5 (2.34% from 255) = 3.38%
BLUE value IS 126 (49.61% from 255) = 85.14%
R=11.49%
G=3.38%
B=85.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1751260.870.9600.51245.9592.3725.69
Hex1157E5760033f65c1a
Octal21517612714006336613432
Binary10001101111111010101111100000011001111110110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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