#101696

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

Shades of Ultramarine #101696

Tints of Ultramarine #101696

Color information

#101696 (or 0x101696) is unknown color: approx Ultramarine. HEX triplet: 10, 16 and 96. RGB value is (16,22,150). Sum of RGB (Red+Green+Blue) = 16+22+150=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 150 (58.98% from 255 or 79.79% from 188); Max value from RGB is 150 - color contains mainly: blue. Hex color #101696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101696 is #EFE969. Grayscale: #222222. Windows color (decimal): -15722858 or 9836048. OLE color: 9836048.

HSL color Cylindrical-coordinate representation of color #101696: hue angle of 237.31º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #101696 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1622150-
CMYK0.890.8500.41
HSL237.31º80.72%32.55%-
HSV(B)237.31º89.33%58.82%-
XYZ6.012.8929.09-
YUV34.8193.01114.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 150 (58.98% from 255) = 79.79%
R=8.51%
G=11.70%
B=79.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16221500.890.8500.41237.3180.7232.55
Hex1016965955029ed5121
Octal202622613112505135512141
Binary100001011010010110101100110101010101001111011011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101696; }

 p { color: rgb(16,22,150); }

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

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

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

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

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

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

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