#100E80

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

Shades of Ultramarine #100E80

Tints of Ultramarine #100E80

Color information

#100E80 (or 0x100E80) is unknown color: approx Ultramarine. HEX triplet: 10, 0E and 80. RGB value is (16,14,128). Sum of RGB (Red+Green+Blue) = 16+14+128=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 128 (50.39% from 255 or 81.01% from 158); Max value from RGB is 128 - color contains mainly: blue. Hex color #100E80 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100E80 is #EFF17F. Grayscale: #1B1B1B. Windows color (decimal): -15724928 or 8392208. OLE color: 8392208.

HSL color Cylindrical-coordinate representation of color #100E80: hue angle of 241.05º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100E80 is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1614128-
CMYK0.880.8900.50
HSL241.05º80.28%27.84%-
HSV(B)241.05º89.06%50.2%-
XYZ4.271.9820.58-
YUV27.59184.66119.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 14 (5.86% from 255) = 8.86%
BLUE value IS 128 (50.39% from 255) = 81.01%
R=10.13%
G=8.86%
B=81.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal16141280.880.8900.50241.0580.2827.84
Hex10E805859032f1501c
Octal201620013013106236112034
Binary1000011101000000010110001011001011001011110001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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