#101C56

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

Shades of Sapphire #101C56

Tints of Sapphire #101C56

Color information

#101C56 (or 0x101C56) is unknown color: approx Sapphire. HEX triplet: 10, 1C and 56. RGB value is (16,28,86). Sum of RGB (Red+Green+Blue) = 16+28+86=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #101C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C56 is #EFE3A9. Grayscale: #1E1E1E. Windows color (decimal): -15721386 or 5643280. OLE color: 5643280.

HSL color Cylindrical-coordinate representation of color #101C56: hue angle of 229.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101C56 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB162886-
CMYK0.810.6700.66
HSL229.71º68.63%20%-
HSV(B)229.71º81.4%33.73%-
XYZ2.311.618.99-
YUV31.02159.02117.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 28 (11.33% from 255) = 21.54%
BLUE value IS 86 (33.98% from 255) = 66.15%
R=12.31%
G=21.54%
B=66.15%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1628860.810.6700.66229.7168.6320
Hex101C565143042e64514
Octal2034126121103010234610524
Binary10000111001010110101000110000110100001011100110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101C56; }

 p { color: rgb(16,28,86); }

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

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

 a { background-color: rgb(16,28,86); }

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

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

 span { border-color: rgb(16,28,86); }

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