#101C51

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

Shades of Sapphire #101C51

Tints of Sapphire #101C51

Color information

#101C51 (or 0x101C51) is unknown color: approx Sapphire. HEX triplet: 10, 1C and 51. RGB value is (16,28,81). Sum of RGB (Red+Green+Blue) = 16+28+81=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 81 (32.03% from 255 or 64.8% from 125); Max value from RGB is 81 - color contains mainly: blue. Hex color #101C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C51 is #EFE3AE. Grayscale: #1E1E1E. Windows color (decimal): -15721391 or 5315600. OLE color: 5315600.

HSL color Cylindrical-coordinate representation of color #101C51: hue angle of 228.92º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101C51 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB162881-
CMYK0.800.6500.68
HSL228.92º67.01%19.02%-
HSV(B)228.92º80.25%31.76%-
XYZ2.111.537.97-
YUV30.45156.52117.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 28 (11.33% from 255) = 22.4%
BLUE value IS 81 (32.03% from 255) = 64.8%
R=12.8%
G=22.4%
B=64.8%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1628810.800.6500.68228.9267.0119.02
Hex101C515041044e54313
Octal2034121120101010434510323
Binary10000111001010001101000010000010100010011100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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