#101099

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

Shades of Ultramarine #101099

Tints of Ultramarine #101099

Color information

#101099 (or 0x101099) is unknown color: approx Ultramarine. HEX triplet: 10, 10 and 99. RGB value is (16,16,153). Sum of RGB (Red+Green+Blue) = 16+16+153=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 153 (60.16% from 255 or 82.70% from 185); Max value from RGB is 153 - color contains mainly: blue. Hex color #101099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101099 is #EFEF66. Grayscale: #1F1F1F. Windows color (decimal): -15724391 or 10031120. OLE color: 10031120.

HSL color Cylindrical-coordinate representation of color #101099: hue angle of 240º 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 #101099 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1616153-
CMYK0.900.9000.4
HSL240º81.07%33.14%-
HSV(B)240º89.54%60%-
XYZ6.152.7830.35-
YUV31.62196.5116.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.65%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 153 (60.16% from 255) = 82.70%
R=8.65%
G=8.65%
B=82.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16161530.900.9000.424081.0733.14
Hex1010995A5A028f05121
Octal202023113213205036012141
Binary100001000010011001101101010110100101000111100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101099; }

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

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

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

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

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

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

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

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