#11059E

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

Shades of Ultramarine #11059E

Tints of Ultramarine #11059E

Color information

#11059E (or 0x11059E) is unknown color: approx Ultramarine. HEX triplet: 11, 05 and 9E. RGB value is (17,5,158). Sum of RGB (Red+Green+Blue) = 17+5+158=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 158 (62.11% from 255 or 87.78% from 180); Max value from RGB is 158 - color contains mainly: blue. Hex color #11059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11059E is #EEFA61. Grayscale: #191919. Windows color (decimal): -15661666 or 10355985. OLE color: 10355985.

HSL color Cylindrical-coordinate representation of color #11059E: hue angle of 244.71º degrees, saturation: 0.94, 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 #11059E is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB175158-
CMYK0.890.9700.38
HSL244.71º93.87%31.96%-
HSV(B)244.71º96.84%61.96%-
XYZ6.462.732.53-
YUV26.03202.48121.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.44%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 158 (62.11% from 255) = 87.78%
R=9.44%
G=2.78%
B=87.78%

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
Decimal1751580.890.9700.38244.7193.8731.96
Hex1159E5961026f55e20
Octal21523613114104636513640
Binary1000110110011110101100111000010100110111101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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