#100D86

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

Shades of Ultramarine #100D86

Tints of Ultramarine #100D86

Color information

#100D86 (or 0x100D86) is unknown color: approx Ultramarine. HEX triplet: 10, 0D and 86. RGB value is (16,13,134). Sum of RGB (Red+Green+Blue) = 16+13+134=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 134 (52.73% from 255 or 82.21% from 163); Max value from RGB is 134 - color contains mainly: blue. Hex color #100D86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100D86 is #EFF279. Grayscale: #1B1B1B. Windows color (decimal): -15725178 or 8785168. OLE color: 8785168.

HSL color Cylindrical-coordinate representation of color #100D86: hue angle of 241.49º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100D86 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1613134-
CMYK0.880.9000.47
HSL241.49º82.31%28.82%-
HSV(B)241.49º90.3%52.55%-
XYZ4.662.1222.72-
YUV27.69187.99119.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 134 (52.73% from 255) = 82.21%
R=9.82%
G=7.98%
B=82.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16131340.880.9000.47241.4982.3128.82
Hex10D86585A02Ff1521d
Octal201520613013205736112235
Binary1000011011000011010110001011010010111111110001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100D86; }

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

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

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

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

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

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

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

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