#110083

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

Shades of Ultramarine #110083

Tints of Ultramarine #110083

Color information

#110083 (or 0x110083) is unknown color: approx Ultramarine. HEX triplet: 11, 00 and 83. RGB value is (17,0,131). Sum of RGB (Red+Green+Blue) = 17+0+131=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 131 (51.56% from 255 or 88.51% from 148); Max value from RGB is 131 - color contains mainly: blue. Hex color #110083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110083 is #EEFF7C. Grayscale: #131313. Windows color (decimal): -15662973 or 8585233. OLE color: 8585233.

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

Color convert

RGB170131-
CMYK0.87100.49
HSL247.79º100%25.69%-
HSV(B)247.79º100%51.37%-
XYZ4.331.7621.58-
YUV20.02190.63125.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 88.51%
R=11.49%
G=0%
B=88.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1701310.87100.49247.7910025.69
Hex110835764031f8641a
Octal21020312714406137014432
Binary1000101000001110101111100100011000111111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110083; }

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

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

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

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

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

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

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

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