#110285

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

Shades of Ultramarine #110285

Tints of Ultramarine #110285

Color information

#110285 (or 0x110285) is unknown color: approx Ultramarine. HEX triplet: 11, 02 and 85. RGB value is (17,2,133). Sum of RGB (Red+Green+Blue) = 17+2+133=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 133 (52.34% from 255 or 87.5% from 152); Max value from RGB is 133 - color contains mainly: blue. Hex color #110285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110285 is #EEFD7A. Grayscale: #141414. Windows color (decimal): -15662459 or 8716817. OLE color: 8716817.

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

Color convert

RGB172133-
CMYK0.870.9800.48
HSL246.87º97.04%26.47%-
HSV(B)246.87º98.5%52.16%-
XYZ4.491.8622.31-
YUV21.42190.97124.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 133 (52.34% from 255) = 87.5%
R=11.18%
G=1.32%
B=87.5%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1721330.870.9800.48246.8797.0426.47
Hex112855762030f7611a
Octal21220512714206036714132
Binary10001101000010110101111100010011000011110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110285; }

 p { color: rgb(17,2,133); }

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

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

 a { background-color: rgb(17,2,133); }

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

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

 span { border-color: rgb(17,2,133); }

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