#101199

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

Shades of Ultramarine #101199

Tints of Ultramarine #101199

Color information

#101199 (or 0x101199) is unknown color: approx Ultramarine. HEX triplet: 10, 11 and 99. RGB value is (16,17,153). Sum of RGB (Red+Green+Blue) = 16+17+153=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #101199 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101199 is #EFEE66. Grayscale: #1F1F1F. Windows color (decimal): -15724135 or 10031376. OLE color: 10031376.

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

Color convert

RGB1617153-
CMYK0.900.8900.4
HSL239.56º81.07%33.14%-
HSV(B)239.56º89.54%60%-
XYZ6.162.8130.35-
YUV32.2196.17116.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 153 (60.16% from 255) = 82.26%
R=8.60%
G=9.14%
B=82.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16171530.900.8900.4239.5681.0733.14
Hex1011995A59028f05121
Octal202123113213105036012141
Binary100001000110011001101101010110010101000111100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101199; }

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

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

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

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

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

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

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

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