#100A86

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

Shades of Ultramarine #100A86

Tints of Ultramarine #100A86

Color information

#100A86 (or 0x100A86) is unknown color: approx Ultramarine. HEX triplet: 10, 0A and 86. RGB value is (16,10,134). Sum of RGB (Red+Green+Blue) = 16+10+134=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 134 (52.73% from 255 or 83.75% from 160); Max value from RGB is 134 - color contains mainly: blue. Hex color #100A86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100A86 is #EFF579. Grayscale: #191919. Windows color (decimal): -15725946 or 8784400. OLE color: 8784400.

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

Color convert

RGB1610134-
CMYK0.880.9300.47
HSL242.9º86.11%28.24%-
HSV(B)242.9º92.54%52.55%-
XYZ4.632.0522.71-
YUV25.93188.99120.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 10 (4.30% from 255) = 6.25%
BLUE value IS 134 (52.73% from 255) = 83.75%
R=10%
G=6.25%
B=83.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16101340.880.9300.47242.986.1128.24
Hex10A86585D02Ff3561c
Octal201220613013505736312634
Binary1000010101000011010110001011101010111111110011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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