#100586

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

Shades of Ultramarine #100586

Tints of Ultramarine #100586

Color information

#100586 (or 0x100586) is unknown color: approx Ultramarine. HEX triplet: 10, 05 and 86. RGB value is (16,5,134). Sum of RGB (Red+Green+Blue) = 16+5+134=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 134 (52.73% from 255 or 86.45% from 155); Max value from RGB is 134 - color contains mainly: blue. Hex color #100586 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100586 is #EFFA79. Grayscale: #161616. Windows color (decimal): -15727226 or 8783120. OLE color: 8783120.

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

Color convert

RGB165134-
CMYK0.880.9600.47
HSL245.12º92.81%27.25%-
HSV(B)245.12º96.27%52.55%-
XYZ4.571.9422.69-
YUV22.99190.64123.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 134 (52.73% from 255) = 86.45%
R=10.32%
G=3.23%
B=86.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1651340.880.9600.47245.1292.8127.25
Hex10586586002Ff55d1b
Octal20520613014005736513533
Binary100001011000011010110001100000010111111110101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100586; }

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

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

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

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

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

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

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

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