#100E8E

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

Shades of Ultramarine #100E8E

Tints of Ultramarine #100E8E

Color information

#100E8E (or 0x100E8E) is unknown color: approx Ultramarine. HEX triplet: 10, 0E and 8E. RGB value is (16,14,142). Sum of RGB (Red+Green+Blue) = 16+14+142=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 142 (55.86% from 255 or 82.56% from 172); Max value from RGB is 142 - color contains mainly: blue. Hex color #100E8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E8E is #EFF171. Grayscale: #1C1C1C. Windows color (decimal): -15724914 or 9309712. OLE color: 9309712.

HSL color Cylindrical-coordinate representation of color #100E8E: hue angle of 240.94º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100E8E is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1614142-
CMYK0.890.9000.44
HSL240.94º82.05%30.59%-
HSV(B)240.94º90.14%55.69%-
XYZ5.252.3825.77-
YUV29.19191.66118.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.30%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 142 (55.86% from 255) = 82.56%
R=9.30%
G=8.14%
B=82.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16141420.890.9000.44240.9482.0530.59
Hex10E8E595A02Cf1521f
Octal201621613113205436112237
Binary1000011101000111010110011011010010110011110001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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