#100199

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

Shades of Ultramarine #100199

Tints of Ultramarine #100199

Color information

#100199 (or 0x100199) is unknown color: approx Ultramarine. HEX triplet: 10, 01 and 99. RGB value is (16,1,153). Sum of RGB (Red+Green+Blue) = 16+1+153=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 153 (60.16% from 255 or 90% from 170); Max value from RGB is 153 - color contains mainly: blue. Hex color #100199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100199 is #EFFE66. Grayscale: #161616. Windows color (decimal): -15728231 or 10027280. OLE color: 10027280.

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

Color convert

RGB161153-
CMYK0.900.9900.4
HSL245.92º98.7%30.2%-
HSV(B)245.92º99.35%60%-
XYZ5.972.4330.29-
YUV22.81201.47123.14-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.41%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 153 (60.16% from 255) = 90%
R=9.41%
G=0.59%
B=90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1611530.900.9900.4245.9298.730.2
Hex101995A63028f6631e
Octal20123113214305036614336
Binary1000011001100110110101100011010100011110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100199; }

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

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

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

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

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

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

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

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