#101496

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

Shades of Ultramarine #101496

Tints of Ultramarine #101496

Color information

#101496 (or 0x101496) is unknown color: approx Ultramarine. HEX triplet: 10, 14 and 96. RGB value is (16,20,150). Sum of RGB (Red+Green+Blue) = 16+20+150=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #101496 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101496 is #EFEB69. Grayscale: #212121. Windows color (decimal): -15723370 or 9835536. OLE color: 9835536.

HSL color Cylindrical-coordinate representation of color #101496: hue angle of 238.21º 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 #101496 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1620150-
CMYK0.890.8700.41
HSL238.21º80.72%32.55%-
HSV(B)238.21º89.33%58.82%-
XYZ5.972.8129.08-
YUV33.62193.67115.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.60%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 150 (58.98% from 255) = 80.65%
R=8.60%
G=10.75%
B=80.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16201500.890.8700.41238.2180.7232.55
Hex1014965957029ee5121
Octal202422613112705135612141
Binary100001010010010110101100110101110101001111011101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101496; }

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

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

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

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

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

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

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

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