#110B9F

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

Shades of Ultramarine #110B9F

Tints of Ultramarine #110B9F

Color information

#110B9F (or 0x110B9F) is unknown color: approx Ultramarine. HEX triplet: 11, 0B and 9F. RGB value is (17,11,159). Sum of RGB (Red+Green+Blue) = 17+11+159=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 159 (62.5% from 255 or 85.03% from 187); Max value from RGB is 159 - color contains mainly: blue. Hex color #110B9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110B9F is #EEF460. Grayscale: #1D1D1D. Windows color (decimal): -15660129 or 10423057. OLE color: 10423057.

HSL color Cylindrical-coordinate representation of color #110B9F: hue angle of 242.43º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110B9F is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1711159-
CMYK0.890.9300.38
HSL242.43º87.06%33.33%-
HSV(B)242.43º93.08%62.35%-
XYZ6.612.8633-
YUV29.67200.99118.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 159 (62.5% from 255) = 85.03%
R=9.09%
G=5.88%
B=85.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17111590.890.9300.38242.4387.0633.33
Hex11B9F595D026f25721
Octal211323713113504636212741
Binary10001101110011111101100110111010100110111100101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110B9F; }

 p { color: rgb(17,11,159); }

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

<style>
 a { background-color: #110B9F; }

 a { background-color: rgb(17,11,159); }

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

<style>
 span { border-color: #110B9F; }

 span { border-color: rgb(17,11,159); }

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