#100186

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

Shades of Ultramarine #100186

Tints of Ultramarine #100186

Color information

#100186 (or 0x100186) is unknown color: approx Ultramarine. HEX triplet: 10, 01 and 86. RGB value is (16,1,134). Sum of RGB (Red+Green+Blue) = 16+1+134=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 134 (52.73% from 255 or 88.74% from 151); Max value from RGB is 134 - color contains mainly: blue. Hex color #100186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100186 is #EFFE79. Grayscale: #141414. Windows color (decimal): -15728250 or 8782096. OLE color: 8782096.

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

Color convert

RGB161134-
CMYK0.880.9900.47
HSL246.77º98.52%26.47%-
HSV(B)246.77º99.25%52.55%-
XYZ4.531.8522.67-
YUV20.65191.97124.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 134 (52.73% from 255) = 88.74%
R=10.60%
G=0.66%
B=88.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1611340.880.9900.47246.7798.5226.47
Hex10186586302Ff7631a
Octal20120613014305736714332
Binary1000011000011010110001100011010111111110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100186; }

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

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

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

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

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

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

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

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