#100699

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

Shades of Ultramarine #100699

Tints of Ultramarine #100699

Color information

#100699 (or 0x100699) is unknown color: approx Ultramarine. HEX triplet: 10, 06 and 99. RGB value is (16,6,153). Sum of RGB (Red+Green+Blue) = 16+6+153=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 153 (60.16% from 255 or 87.43% from 175); Max value from RGB is 153 - color contains mainly: blue. Hex color #100699 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100699 is #EFF966. Grayscale: #191919. Windows color (decimal): -15726951 or 10028560. OLE color: 10028560.

HSL color Cylindrical-coordinate representation of color #100699: hue angle of 244.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100699 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB166153-
CMYK0.900.9600.4
HSL244.08º92.45%31.18%-
HSV(B)244.08º96.08%60%-
XYZ6.032.5430.31-
YUV25.75199.81121.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.14%
GREEN value IS 6 (2.73% from 255) = 3.43%
BLUE value IS 153 (60.16% from 255) = 87.43%
R=9.14%
G=3.43%
B=87.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1661530.900.9600.4244.0892.4531.18
Hex106995A60028f45c1f
Octal20623113214005036413437
Binary100001101001100110110101100000010100011110100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100699; }

 p { color: rgb(16,6,153); }

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

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

 a { background-color: rgb(16,6,153); }

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

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

 span { border-color: rgb(16,6,153); }

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