#101399

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

Shades of Ultramarine #101399

Tints of Ultramarine #101399

Color information

#101399 (or 0x101399) is unknown color: approx Ultramarine. HEX triplet: 10, 13 and 99. RGB value is (16,19,153). Sum of RGB (Red+Green+Blue) = 16+19+153=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 153 (60.16% from 255 or 81.38% from 188); Max value from RGB is 153 - color contains mainly: blue. Hex color #101399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101399 is #EFEC66. Grayscale: #202020. Windows color (decimal): -15723623 or 10031888. OLE color: 10031888.

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

Color convert

RGB1619153-
CMYK0.900.8800.4
HSL238.69º81.07%33.14%-
HSV(B)238.69º89.54%60%-
XYZ6.22.8830.37-
YUV33.38195.51115.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 153 (60.16% from 255) = 81.38%
R=8.51%
G=10.11%
B=81.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16191530.900.8800.4238.6981.0733.14
Hex1013995A58028ef5121
Octal202323113213005035712141
Binary100001001110011001101101010110000101000111011111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101399; }

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

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

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

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

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

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

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

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