#101597

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

Shades of Ultramarine #101597

Tints of Ultramarine #101597

Color information

#101597 (or 0x101597) is unknown color: approx Ultramarine. HEX triplet: 10, 15 and 97. RGB value is (16,21,151). Sum of RGB (Red+Green+Blue) = 16+21+151=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 151 (59.38% from 255 or 80.32% from 188); Max value from RGB is 151 - color contains mainly: blue. Hex color #101597 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #101597 is #EFEA68. Grayscale: #212121. Windows color (decimal): -15723113 or 9901328. OLE color: 9901328.

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

Color convert

RGB1621151-
CMYK0.890.8600.41
HSL237.78º80.84%32.75%-
HSV(B)237.78º89.4%59.22%-
XYZ6.072.8829.51-
YUV34.33193.84114.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.51%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 151 (59.38% from 255) = 80.32%
R=8.51%
G=11.17%
B=80.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal16211510.890.8600.41237.7880.8432.75
Hex1015975956029ee5121
Octal202522713112605135612141
Binary100001010110010111101100110101100101001111011101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101597; }

 p { color: rgb(16,21,151); }

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

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

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

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

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

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

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