#110481

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

Shades of Ultramarine #110481

Tints of Ultramarine #110481

Color information

#110481 (or 0x110481) is unknown color: approx Ultramarine. HEX triplet: 11, 04 and 81. RGB value is (17,4,129). Sum of RGB (Red+Green+Blue) = 17+4+129=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 129 (50.78% from 255 or 86% from 150); Max value from RGB is 129 - color contains mainly: blue. Hex color #110481 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110481 is #EEFB7E. Grayscale: #151515. Windows color (decimal): -15661951 or 8455185. OLE color: 8455185.

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

Color convert

RGB174129-
CMYK0.870.9700.49
HSL246.24º93.98%26.08%-
HSV(B)246.24º96.9%50.59%-
XYZ4.241.7920.89-
YUV22.14188.31124.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.33%
GREEN value IS 4 (1.95% from 255) = 2.67%
BLUE value IS 129 (50.78% from 255) = 86%
R=11.33%
G=2.67%
B=86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1741290.870.9700.49246.2493.9826.08
Hex114815761031f65e1a
Octal21420112714106136613632
Binary100011001000000110101111100001011000111110110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110481; }

 p { color: rgb(17,4,129); }

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

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

 a { background-color: rgb(17,4,129); }

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

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

 span { border-color: rgb(17,4,129); }

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