#100E86

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

Shades of Ultramarine #100E86

Tints of Ultramarine #100E86

Color information

#100E86 (or 0x100E86) is unknown color: approx Ultramarine. HEX triplet: 10, 0E and 86. RGB value is (16,14,134). Sum of RGB (Red+Green+Blue) = 16+14+134=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 134 (52.73% from 255 or 81.71% from 164); Max value from RGB is 134 - color contains mainly: blue. Hex color #100E86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E86 is #EFF179. Grayscale: #1B1B1B. Windows color (decimal): -15724922 or 8785424. OLE color: 8785424.

HSL color Cylindrical-coordinate representation of color #100E86: hue angle of 241º degrees, saturation: 0.81, 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 #100E86 is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1614134-
CMYK0.880.9000.47
HSL241º81.08%29.02%-
HSV(B)241º89.55%52.55%-
XYZ4.672.1522.72-
YUV28.28187.66119.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 14 (5.86% from 255) = 8.54%
BLUE value IS 134 (52.73% from 255) = 81.71%
R=9.76%
G=8.54%
B=81.71%

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
Decimal16141340.880.9000.4724181.0829.02
Hex10E86585A02Ff1511d
Octal201620613013205736112135
Binary1000011101000011010110001011010010111111110001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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