#110182

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

Shades of Ultramarine #110182

Tints of Ultramarine #110182

Color information

#110182 (or 0x110182) is unknown color: approx Ultramarine. HEX triplet: 11, 01 and 82. RGB value is (17,1,130). Sum of RGB (Red+Green+Blue) = 17+1+130=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 130 (51.17% from 255 or 87.84% from 148); Max value from RGB is 130 - color contains mainly: blue. Hex color #110182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110182 is #EEFE7D. Grayscale: #131313. Windows color (decimal): -15662718 or 8519953. OLE color: 8519953.

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

Color convert

RGB171130-
CMYK0.870.9900.49
HSL247.44º98.47%25.69%-
HSV(B)247.44º99.23%50.98%-
XYZ4.271.7521.23-
YUV20.49189.8125.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 130 (51.17% from 255) = 87.84%
R=11.49%
G=0.68%
B=87.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1711300.870.9900.49247.4498.4725.69
Hex111825763031f7621a
Octal21120212714306136714232
Binary1000111000001010101111100011011000111110111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110182; }

 p { color: rgb(17,1,130); }

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

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

 a { background-color: rgb(17,1,130); }

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

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

 span { border-color: rgb(17,1,130); }

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