#100886

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

Shades of Ultramarine #100886

Tints of Ultramarine #100886

Color information

#100886 (or 0x100886) is unknown color: approx Ultramarine. HEX triplet: 10, 08 and 86. RGB value is (16,8,134). Sum of RGB (Red+Green+Blue) = 16+8+134=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 134 (52.73% from 255 or 84.81% from 158); Max value from RGB is 134 - color contains mainly: blue. Hex color #100886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100886 is #EFF779. Grayscale: #181818. Windows color (decimal): -15726458 or 8783888. OLE color: 8783888.

HSL color Cylindrical-coordinate representation of color #100886: hue angle of 243.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100886 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB168134-
CMYK0.880.9400.47
HSL243.81º88.73%27.84%-
HSV(B)243.81º94.03%52.55%-
XYZ4.62.0122.7-
YUV24.76189.65121.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 134 (52.73% from 255) = 84.81%
R=10.13%
G=5.06%
B=84.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1681340.880.9400.47243.8188.7327.84
Hex10886585E02Ff4591c
Octal201020613013605736413134
Binary1000010001000011010110001011110010111111110100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100886; }

 p { color: rgb(16,8,134); }

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

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

 a { background-color: rgb(16,8,134); }

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

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

 span { border-color: rgb(16,8,134); }

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