#110B83

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

Shades of Ultramarine #110B83

Tints of Ultramarine #110B83

Color information

#110B83 (or 0x110B83) is unknown color: approx Ultramarine. HEX triplet: 11, 0B and 83. RGB value is (17,11,131). Sum of RGB (Red+Green+Blue) = 17+11+131=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 131 (51.56% from 255 or 82.39% from 159); Max value from RGB is 131 - color contains mainly: blue. Hex color #110B83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110B83 is #EEF47C. Grayscale: #1A1A1A. Windows color (decimal): -15660157 or 8588049. OLE color: 8588049.

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

Color convert

RGB1711131-
CMYK0.870.9200.49
HSL243º84.51%27.84%-
HSV(B)243º91.6%51.37%-
XYZ4.45221.62-
YUV26.47186.99121.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 11 (4.69% from 255) = 6.92%
BLUE value IS 131 (51.56% from 255) = 82.39%
R=10.69%
G=6.92%
B=82.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17111310.870.9200.4924384.5127.84
Hex11B83575C031f3551c
Octal211320312713406136312534
Binary1000110111000001110101111011100011000111110011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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