#101799

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

Shades of Ultramarine #101799

Tints of Ultramarine #101799

Color information

#101799 (or 0x101799) is unknown color: approx Ultramarine. HEX triplet: 10, 17 and 99. RGB value is (16,23,153). Sum of RGB (Red+Green+Blue) = 16+23+153=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 153 (60.16% from 255 or 79.69% from 192); Max value from RGB is 153 - color contains mainly: blue. Hex color #101799 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101799 is #EFE866. Grayscale: #232323. Windows color (decimal): -15722599 or 10032912. OLE color: 10032912.

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

Color convert

RGB1623153-
CMYK0.900.8500.4
HSL236.93º81.07%33.14%-
HSV(B)236.93º89.54%60%-
XYZ6.273.0230.39-
YUV35.73194.18113.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 153 (60.16% from 255) = 79.69%
R=8.33%
G=11.98%
B=79.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal16231530.900.8500.4236.9381.0733.14
Hex1017995A55028ed5121
Octal202723113212505035512141
Binary100001011110011001101101010101010101000111011011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101799; }

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

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

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

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

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

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

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

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